I think you could solve this problem by specifying
in the input attribute af your action the action which populate
the JSP page instead of the JSP page itself
or by putting the first time the bean in session scope

Xavier


> 
> "Knoernschild, Kirk W" <[EMAIL PROTECTED]> on 10/30/2002 08:27:21 AM
> 
> Please respond to "Struts Users Mailing List"
>        <[EMAIL PROTECTED]>
> 
> To:    <[EMAIL PROTECTED]>
> cc:
> 
> Subject:    scope
> 
> 
> 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