[jboss-jira] [JBoss JIRA] Resolved: (JBPORTAL-1948) Render Parameters Not Replicated

Thomas Heute (JIRA) jira-events at lists.jboss.org
Mon Mar 17 09:13:51 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBPORTAL-1948?page=all ]

Thomas Heute resolved JBPORTAL-1948.
------------------------------------

    Fix Version/s: 2.6.5 Final
       Resolution: Duplicate Issue

> Render Parameters Not Replicated
> --------------------------------
>
>                 Key: JBPORTAL-1948
>                 URL: http://jira.jboss.com/jira/browse/JBPORTAL-1948
>             Project: JBoss Portal
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Portal Core
>    Affects Versions: 2.6.3 Final
>            Reporter: Mike Millson
>         Assigned To: Thomas Heute
>             Fix For: 2.6.5 Final
>
>
> 1) Create a portlet that sets a render parameter. For example:
> Object navState = request.getParameter("navState");
> out.println("Render Parameter navState : " + navState + "<br/>");
> PortletURL navUrl = response.createRenderURL();
> navUrl.setParameter("navState", "yes");
> out.println("<a href='" + navUrl.toString() + "'>Set render parameter</a><br/>");
> 2) Deploy in a clustered environment.
> 3) Click the "Set render parameter" link and observe "navState: yes"
> 4) Click the page tab and fail over to another node. Expected result is "navState: yes". Actual result is "navState: null"

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

        



More information about the jboss-jira mailing list