ActionErrors.validate()

2007-12-20 Thread AbelMacAdam
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

Re: ActionErrors.validate()

2007-12-20 Thread Pid
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

Re: ActionErrors.validate()

2007-12-20 Thread David Smith
Additionally when posting to the struts list, definitely mention what version you are working with. A cursory look at the struts website shows version 1.3.x is significantly different from version 2.0.x. I will say the class you are trying to extend should probably be ActionForm if using