I have the same issue with a formFragment. The InternetExplorer seems to submit ALL values, regardless of whether the formFragment is active or not. That resulted in a lot of validation errors. I solved the problem by manually validating everything in a validate() method instead of using the annotations. Maybe you have a similar situation.
Cheers Beat 2012/4/11 Taha Hafeez Siddiqi <tawus.tapes...@gmail.com>: > Hi > > Yes, doesn't seem to be an issue with tapestry. Plus as it is working with > other browsers,ie(as always) has to be the culprit. > > regards > Taha > > On Apr 10, 2012, at 10:14 PM, pradeepchy wrote: > >> Hi Taha- >> >> Thanks for reply. My initial thought on this is some other javascript in the >> application is changing the state of the checkbox, which I am trying to >> figure out. Code in the template is below : >> <form t:type="form" t:id="contactDetailForm"> >> ----- >> ----- >> <t:checkbox t:id="enable" t:value="enable"/> >> <t:label for="enable"><strong>${message:checkbox-label}</strong></t:label> >> ---- >> </form> >> >> I am not using Ajax for the checkbox. >> >> -- >> View this message in context: >> http://tapestry.1045711.n5.nabble.com/Checkbox-not-changing-its-state-after-click-tp5630379p5630495.html >> Sent from the Tapestry - User mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org >> For additional commands, e-mail: users-h...@tapestry.apache.org >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org