You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by michael lim <ji...@yahoo.com> on 2008/08/23 15:17:04 UTC

tapestry 4 button that skip client validation

i have a form that using client validation. inside the form i have few buttons,
each time a button is pressed, the form will be validated first. if i want to
create a delete button that skip client validation and call doThisMethod(). how
to do that?


<form jwcid="@Form" clientValidationEnabled="ognl:true">
<input jwcid="@Submit"  listener="listener:doThisMethod" value="delete this but
skip client validation"/>    

</form>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org