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 back to test.jsp. But I get an error
since the request no longer has TestObject.java.

How do I deal with this problem? Currently I am repopulating
TestObject  and storing it in the request before returning the errors
in the validate method of TestForm. Is there any other way to do this?

Thanks for ur input.
Sangeetha.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to