Thanks Tomasz, I've logged a bug: https://issues.apache.org/jira/browse/CLK-735
Kind regards Bob On 6/12/2010 19:31, tomasz bandura wrote: > Hi, > > > I've tried to use Tebbed form with javascript validation and it does > not work ( i'mean the validation works with reload page). > > There is an error in javascript on page: > "document.getElementById(id + "-errorsDiv") is null > Line 377 > > Comparing with standard js validated form there is no the html > responsible for showing errors > > <table class="form" id="form-form"><tbody> > <tr style="display:none" id="form-errorsTr"><td width='100%' align="left"> > <div class="errors" id="form-errorsDiv"></div></td></tr> > </table> > > > > After manually adding this part to the page, javascript validation > works correctly. > > > Best regards, > Tomasz >
