try

<forward redirect="false"

or scope the form to the session..



On Saturday, August 9, 2003, at 05:45 PM, Shryock, Chad wrote:

Hello,

I have an action mapping:

<action path="/notamWorkingList"
type="naimes.aisr.flightplan.action.NotamWorkingListAction" name="notamForm"
scope="request" validate="false">
<forward name="exception" path="/aisrMessages.jsp">
</forward>
<forward name="list" path="/notamWorkingList.jsp">
</forward>
<forward name="form" path="/notamEntryLoad.do">
</forward>
</action>


I am having a problem when I forward to the "form" forward. The ActionClass
is not getting the ActionForm object that the /notamEntryLoad Action and
/notamWorkingList are sharing. Here is the ActionMapping for the
/notamEntryLoad


<action name="notamForm" path="/notamEntryLoad" scope="request"
type="naimes.aisr.flightplan.action.NotamEntryLoadAction" validate="false">
<forward name="success" path="/notamForm.jsp">
</forward>
<forward name="failure" path="/aisrMessages.jsp">
</forward>
</action>


Any help would be greatly appreciated. Thanks in advance,
Chad Shryock.

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



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



Reply via email to