Instead of having the parameter scope (in struts-conf.xml) set to "request" you should 
change it to "session". 
Example:

<action path="/yourpath"
        type="yourAction"
        name="yourForm"
        scope="session"
        input="yourJSP1.jsp">
        <forward name="success" path="/yourJSP2.jsp"/>
</action>

This should work.

Marcel


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 23, 2001 2:27 PM
To: [EMAIL PROTECTED]
Subject: HOW TO span a FormBean over several JSP's


Hi,

I am looking for an example how to span a formbean over more than one JSP. I
read that it is possible but I dont know exactly how to set up the
struts-conf.xml
Can anyone help?

Thanks

Reply via email to