Hallo list members,

i'm looking for solution how to create new form in one action for another. Here is small example:

<action
path="/Edit"
type="..."
name="inFormA"
validate="false"
scope="session">
<forward name="view" path="/View.do" redirect="false"> <forward name="edit" path="/edit.jsp" />
</action>


        <action
                path="/View"
                name="idFormB"
                type="..."
                validate="false">
                <forward name="view1" path="/view1.jsp"/>
                <forward name="view2" path="/view2.jsp"/>
        </action>

i would like to prepare "inFormB" in action "/Edit.do" for action "/View.do", based on values in "inFormB". Is it possible with struts?
I've tried to create new inFormB object, but it's not working ;(


Best regards & thnx for help,
H0nd4



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



Reply via email to