[ 
https://issues.apache.org/struts/browse/WW-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nils-Helge Garli updated WW-2211:
---------------------------------

    Description: 
Add "portletMode" parameter to PortletActionRedirectResult so one can switch to 
a different portlet mode in when dispatching to the render phase.

Example:

<action name="index" class="com.myportlet.UpdateNameAction">
        <result type="redirectAction">
                <param name="actionName">index</param>
                <param name="portletMode">view</param>
        </result>
        <result name="input">/WEB-INF/jsp/edit/index.jsp</result>
</action>

  was:Add "portletMode" parameter to PortletActionRedirectResult so one can 
switch to a different portlet mode in when dispatching to the render phase.


> Add "portletMode" parameter to PortletActionRedirectResult
> ----------------------------------------------------------
>
>                 Key: WW-2211
>                 URL: https://issues.apache.org/struts/browse/WW-2211
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Portlet Integration
>            Reporter: Nils-Helge Garli
>            Assignee: Nils-Helge Garli
>             Fix For: 2.1.0
>
>
> Add "portletMode" parameter to PortletActionRedirectResult so one can switch 
> to a different portlet mode in when dispatching to the render phase.
> Example:
> <action name="index" class="com.myportlet.UpdateNameAction">
>       <result type="redirectAction">
>               <param name="actionName">index</param>
>               <param name="portletMode">view</param>
>       </result>
>       <result name="input">/WEB-INF/jsp/edit/index.jsp</result>
> </action>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to