Hi Folks, 
My previous post's subject was not clear. So here's a re-phrase of the
problem.
--------
My loyaltyPAge.jsp has two buttons - Exit and continue.

I want the validation to occur only when "Continue" is clicked upon.
But the <html:form in the jsp points to one actionmapping
having "validate=true" - that's why the Struts validation framework 
tries to validate the input fields regardless of which button is clicked. 

Is there some facility provided by the Struts framework to
SKIP the validation when a specific button (Exit) is clicked
and ONLY OCCUR when another button(*Continue) is clicked . ???

I am using inbuild validation framework (validation-<modulename>.xml
and validator-rules.xml etc.) in this case, 
--------
Thanks for your help,
regards,
robin.
-- 
View this message in context: 
http://www.nabble.com/how-to-selectively-call-struts-validation-from-a-form-tf2695232.html#a7516473
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to