PortletModes and WindowStates are not properly broadcasting events in webui
---------------------------------------------------------------------------
Key: GTNPORTAL-1935
URL:
https://issues.jboss.org/browse/GTNPORTAL-1935
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: WebUI
Reporter: Matt Wringe
Assignee: Matt Wringe
The WebUI event broadcast system doesn't work properly when changes occur in the
windowstate or the portletmode during a portlet invocation.
The current setup assumes that the portlet url will always contain a parameter if the
windowstate or portletmode needs to be changed, but this is not always the case. For
example, an event can change the portletmode without using a url.
Need to monitor if the mode/state changes during invocation and broadcast the event. Since
the current event system checks the requestContext requestParameters (which are set based
on the url and not editable) we will need to use a requestContext attribute to specify the
proper mode/state.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira