I am having trouble getting FormFragment to skip server side validation for a simple example I created. The FormFragment is not visible and it has one textfield that has a required validator. eg.
<t:formfragment t:id="testfrag" visible="false"> <h2>test field</h2> <t:textfield t:id="testField" t:value="testValue" t:validate="required" /> </t:formfragment> Is there something simple im missing? I tired with both clientValidation on and off. My source seems to have the t:formdata hidden field but I cant see where this gets removed by tapestry prior to submit. Any suggestions would be welcome. Thanks. -- View this message in context: http://www.nabble.com/Cant-get-FromFragment-to-skip-server-side-validation-tp18947864p18947864.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]