Yohan Yudanara-2 wrote:
> 
> server side or client-side validation?
> 
> client-side validation,but not in tapestry
> 
> If client side, then you can create regular <input type="button"
> onClick="blablabla()"> on .tml file.
> On blablabla() method you do the client-side validation and then submit
> the
> form.
> 
> just submit the form in my way,like document.forms[0].submit ?
> this way can any other validation trigger?
> 
> Is tapestry has it's own submit way?
> 


--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Form-validate-on-submit-event-tp4780855p4780950.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

Reply via email to