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
 

Reply via email to