Hi, we are working with tapestry 5.0.11 and we are using javascript to show and hide a FormFragment. Besides the visibility we are also toggling the value of the hidden input field to change the server-side validation behaviour.
We found that the following hidden input field value (true) will lead to the FormFragment being validated: <input id="trackingFormFragment:hidden" type="hidden" value="true" name="trackingFormFragment"/> We find that the value is misleading as "hidden=true" should signify that the FormFragment is hidden and thus shouldn't trigger any validation. Are we overseeing something here or is this logic really misleading? cheers, christian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
