Nathan Maves wrote:

I am just a newB but couldn't you call the validate method from your execute method. This way the validator will catch any of the easy validations and your validate method will get the complex ones.

Are you remembering to call super.validate() somewhere in your validate() method's implementation? You probably want to do that at the beginning, so that it will perform all the "simple" validations that are defined by your validator framework rules (which is embedded in the validate() method of the standard form bean class); then, if no errors have been encountered, you can hard code the more complex validations.

Craig


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



Reply via email to