AbelMacAdam wrote:
> Hi all,
> 
> I just started reading a book about Struts, and are now learning about Error
> Handling. To validate the input of the user in the forum, you need to write
> your own implementation of org.apache.struts.action.ActionErrors. The class
> ActionErrors has its own method validate. This method I can change to suite
> my wishes. The only problem is, how is this method called. I can not find
> any direct call of MyActionErrorsImplementation.validate(myMap, myRequest)
> in my code. 
> 
> Am I correct in assuming validation is done automatically by the application
> server? And if so, how? Or am I thinking in the wrong direction? If so, what
> do I read?

The Struts mailing list is probably a better place to start.

p



> TIA,
> Abel


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to