Re: How to get the ActionErrors object from the request

2005-05-12 Thread Mehmet E.
http://javaboutique.internet.com/tutorials/excep_struts/ A good article Handling Messages, Errors and Exceptions in Struts 1.1 > Hi > > Does somebody know how I can get the ActionErrors > object from the request??? > > Regards, > > Néstor Boscán > __

Session Scope-Form Bean Reset Method Executing Every Request

2005-05-08 Thread Mehmet E.
Form Bean scope is session. In every request form bean RESET method is executing. I am useing struts with tiles. There is no code for removing form bean from session. As i know, it must execute one times per session after creation of form bean. Thanks... ___