Hi
If you define validate=false in the struts config file then your form will not 
be validated when you click either PREV or NEXT buttons. Then if you want to 
validate on clicking the NEXT button, you can validate the form by explicitely 
calling the validate method like 
ActionErrors errors= form.validate(mapping,request);
in your Action where you have the logic for the NEXT button.
This works for me.
Siva




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

Reply via email to