You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Nils-Helge Garli (JIRA)" <ji...@apache.org> on 2007/09/26 13:50:38 UTC

[jira] Created: (WW-2211) Add "portletMode" parameter to PortletActionRedirectResult

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.

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


[jira] Resolved: (WW-2211) Add "portletMode" parameter to PortletActionRedirectResult

Posted by "Nils-Helge Garli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nils-Helge Garli resolved WW-2211.
----------------------------------

    Resolution: Fixed

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


[jira] Updated: (WW-2211) Add "portletMode" parameter to PortletActionRedirectResult

Posted by "Nils-Helge Garli (JIRA)" <ji...@apache.org>.
     [ 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.