Re: Struts 1 - Initialization versus validation

2009-09-14 Thread Kevin Hale Boyes
box field that needs to be reseted. I don't > know if using reset method in order to initialize objects in form. Can > You do it with some kind of initialize/prepare method in SetupAction > or CrudAction? > > Best greetings, > Pawel Wielgus. > > 2009/9/14, Kevin H

Struts 1 - Initialization versus validation

2009-09-14 Thread Kevin Hale Boyes
I have a setup action defined: This action is responsible for setting up values in my (dyna) form before getting to the JSP page. I have a second action which is where the JSP will POST to: The idea is that if a validation error occurs then I'll be forwarded back the setup actio