Hi Daniel:

Why do you even bother defining the "default" forward for your action? Why 
not simply (in your Action class) forward to "AddUser" - the global 
forward that you have defined already?.....Is there something else you are 
trying to achieve?

Regards,
Geeta




Daniel Schaller <[EMAIL PROTECTED]> 
08/07/2005 03:02 PM
Please respond to
"Struts Users Mailing List" <user@struts.apache.org>


To
user@struts.apache.org
cc

Subject
{Spam?} Forwarding to a global Forward







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]


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



CONFIDENTIALITY NOTICE:This email is intended solely for the person or 
entity to which it is addressed and may contain confidential and/or 
protected health information.  Any duplication, dissemination, action 
taken in reliance upon, or other use of this information by persons or 
entities other than the intended recipient is prohibited and may violate 
applicable laws.  If this email has been received in error, please notify 
the sender and delete the information from your system.  The views 
expressed in this email are those of the sender and may not necessarily 
represent the views of IntelliCare.

Reply via email to