--- Ashima Beri <[EMAIL PROTECTED]> wrote: > I read in struts flow explanation that Action class is only called if the > validations are passed through. > I dont know what other way to adopt.
What Laurie is saying is that you can implement a validate() method and call super.validate() before you do your custom processing (which seems to include clearing out all form values?) You can check to see if there were validation errors the same way the workflow interceptor does; by checking for the presence of error messages. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]