Hi,
I have a global forward
<forward name="AddUser" path="/ManageUsersEdit.do?
operation=add"></forward>
In one of my actions, I would like to forward to "AddUser" like:
<action ...>
<forward
name="default"
path="/AddUser"
/>
</action>
rather than using the entire path defintion "/ManageUsersEdit.do?
operation=add".
However, if I do so, I get a 404 error, page or path not found.
Any ideas? Or is it simple not possible to forward to another
(global) forward?
Thanks,
Daniel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]