I'm using a databean to populate my JSP page. I put the bean on the request. The page 
populates fine. When submitting however, Struts builds my formbean and calls the 
validate method. If the validate method fails, I try to return to the submitting page. 
However, that page uses the databean, which is no longer in scope, and I error out. 
Others must have this same challenge. What have y'all done to accommodate this? thanx.

--kirk

--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to