Hello,

I have one problem with forwarding my action.
In my action mapping is:

<action path="/MyAction" input="/path/file.jsp" ...>
        <forward name="ok" path="/path/file.jsp"/>
</action>

and when I execute my action, then forwarding me to localhost:8080/context/MyAction.do - not localhost:8080/context/path/file.jsp (or localhost:8080/context/path/MyAction.do)

How can I dissolve this?

Regards

--
Andy


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

Reply via email to