redirect-action should be able to accept parameters
---------------------------------------------------

                 Key: WW-1390
                 URL: http://issues.apache.org/struts/browse/WW-1390
             Project: Struts 2
          Issue Type: Improvement
          Components: Configuration
    Affects Versions: WW 2.2.2
            Reporter: Jennifer Grucza
            Priority: Minor


The ww:url tag lets you specify an action and parameters, like so:

<ww:url action="myAction"><ww:param name="id" value="myParamValue"/></ww:url>

The redirect-action result type in xwork.xml should be able to accept 
parameters as well.

This is important especially when using a custom ActionMapper where the action 
name is not the same as the URL being used, which prevents the use of the 
regular redirect result type.

(See http://forums.opensymphony.com/thread.jspa?forumID=1&threadID=25826).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to