You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/09/27 19:54:25 UTC

DO NOT REPLY [Bug 23457] New: - Add "action" attribute to

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: struts-dev@jakarta.apache.org
        ReportedBy: matt@raibledesigns.com


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: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org