struts lover wrote:

Yes, go ahead and override the validate method,
checking which button was pressed, and then call super.validate() as usual.
The framework does have a page component, so the
validataion will only validate the pages submitted.

Or you can just do what I do and manually call the form's validate method as needed from your DispatchAction methods. I think it's cleaner and makes more sense. This has other benefits as well.


--
Rick

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



Reply via email to