1) Look at the code snap from struts-config.xml below, what is the input use
for?
<action path="/page2"
type="john.sample.Page2FormAction"
scope="request"
name="logonForm"
input="/page2.jsp">
<forward name="next" path="/page1.jsp"/>
</action>
2) I have a question now about the formbeans and forms. A user enters data
into page1 and page1 data goes to the ActionForm page1Form. After I check
some data I would like to goto page2 but page2 uses page2Form which is not
the same bean. How do I make the new bean. move the data from the first
bean to the new bean?
Johnathan Mark Smith
Divisional Assistant Vice President
Information Systems Division
Phone: (201) 352-1387
Pager: (201) 718-1370
Email: [EMAIL PROTECTED]
Text Messaging: [EMAIL PROTECTED]
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>