Steven Hansen wrote:
Is there anyway to manually check possible validation errors on this action as if it were called by the Validation interceptor?
The previous answer was partially correct, depending on what you're actually trying to do. If you implement a validate() method you can call super.validate() which will run XML/annotation validations. From there you can call hasFieldErrors()/hasActionErrors()/etc. to determine if there were any.
Dave --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org