I have a module in which I have a forward action, and it seems that I have to add the module name to the parameter of the forward page.
(actual example)
<action
path="/adminIndex"
parameter="/admin/adminIndex.jsp"
type="org.apache.struts.actions.ForwardAction"
/>


I would think that the ForwardAction should take into consideration that the forward page is in the specified module:
(envisioned example)
<action
path="/adminIndex"
parameter="/adminIndex.jsp"
type="org.apache.struts.actions.ForwardAction"
/>


In my example there is an "admin" module and a file: /admin/adminIndex.jsp.

Any thoughts on this?

-Trav


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



Reply via email to