Don't know if I understood the question, but i think you should
specify the scope for your action form : in the sturts-config.xml,
change the scope="request" to scope="session" (in the Action Mappings
Definitions).
Hope it helps - just don't forget to remove it from your session

From: "Rob Breeds" <[EMAIL PROTECTED]>
> Robert
>
> OK, so even if I forward to a JSP with a form bean in the request,
and the
> JSP displays data from that form bean, as soon as I submit the form
again,
> the original form bean is lost. Hmmm, I was hoping I could somehow
keep the
> forward chain going and Struts would magically keep my ActionForm
alive.
>
> Thanks
>
> Rob



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

Reply via email to