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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]