You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Johan Wasserman <Jo...@mgxgroup.com> on 2003/03/19 08:12:14 UTC

Populating FormBean at Get time?

Hi,
Here's my situation;
I have a StateBean that keeps track of values for a certain JSP sequence
in my app.  The Actions of these JSP's populates the StateBean as part
of their workflow.
Question:
How do I get data back from the StateBean (session) into the FormBean
(request) when I GET the JSP.  In other words, one.jsp saved CompanyName
to the StateBean, in ten.jsp, I need to get the CompanyName from the
StateBean into TenFormBean and display it on ten.jsp
 
Thanks in advance,
Johan Wasserman