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

Mike Millson (JIRA) jira-events at lists.jboss.org
Fri Mar 7 10:03:31 EST 2008


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


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