I have a form and I'd like to include a @Submit with its own listener
that I can use to submit part of the form and then after running the
listener re-render the form so the user can then choose to submit with
the listener defined for the @Form.
For the most part this works except the validators for all the form
fields complain because all of the fields aren't valid when the @Submit
listener is clicked. Is there a way to by pass the validation when the
@Submit is clicked?
Or is there a better way to do this in general?
Thanks,
-Aj
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]