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=23457>.
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=23457

Add "action" attribute to <forward>

           Summary: Add "action" attribute to <forward>
           Product: Struts
           Version: 1.1 Final
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Standard Actions
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


This enhancement is related to bug 23456.  It'd be great if we didn't have to
tie our struts-config.xml to a specific mapping (/do/* or *.do).  If we added an
"action" attribute in local and global forwards, we could do 

<forward name="success" action="/editUser"/> 

Rather than:

<forward name="success" path="/do/editUser"/>

Which obviously expects a particular mapping.  These are issues I'm finding with
switching an application from /do/* to *.html.

Thanks,

Matt

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

Reply via email to