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?

TIA,
Abel
-- 
View this message in context: 
http://www.nabble.com/ActionErrors.validate%28%29-tp14432829p14432829.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
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