Hi Danial,
Are you getting a 404 because the FORWARD isn't found or because the
PATH isn't found? I notice you have a space between ? and "operation",
and I'd be willing to bet that's what's causing the problem.
Whether it is or not, is there a specific reason you aren't just
returning the AddUser forward from your Action?
Frank
Daniel Schaller wrote:
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]
.
--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]