DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5707>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5707 Local forwards to point to Global Forwards [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2002-03-16 05:32 ------- The current implementation is actually more useful than this ... when you call mapping.findForward(), it looks first at the local forwards and then (if not found) looks at the global forwards. Therefore, your action should decide what it wants to do and ask for a foward by that name -- it's up to the person setting up struts-config.xml to declare that particular forward name either globally (because it applies to everyone), locally (because it applies to only this action), or both places (because most actions can use the default, but this action needs something different). -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>