All -

Is it possible to link actions together via the action forward
mechanism.  The following is an example of what I am trying to
accomplish but am having a little difficulty getting it to work:

                <action path="/mainAction" type = "some.Action.Class"
scope="session" name="someForm">
                        <forward name="link" path="/linkedAction.do"
redirect="true"/>
                        <forward name="page" path="/normalForward.jsp"/>
                </action>

                <action path="/linkedAction"
type="some.other.action.Class" scope="session" name="tenderForm">
                        <forward name="success" path="/someother.jsp"/>
                </action>

I tried the above with and without re-direct with no success.  Any
thoughts would be appreciated on getting the above to work or other ways
to solve the same problem would be appreciated.

Thanks

Laine

Reply via email to