Re: Dealing with request variables during validation

2004-08-10 Thread Ruth, Brice
vpsangeetha wrote: Hi, I have a jsp page(test.jsp) and a custom form that extends DynaActionForm(TestForm.java) associated with it for validation. tesp.jsp populates the fields in the form to be displayed using an object(TestObject.java) stored in the request. When a validation error happens, it is

Dealing with request variables during validation

2004-08-06 Thread vpsangeetha
Hi, I have a jsp page(test.jsp) and a custom form that extends DynaActionForm(TestForm.java) associated with it for validation. tesp.jsp populates the fields in the form to be displayed using an object(TestObject.java) stored in the request. When a validation error happens, it is supposed to go ba