[
https://issues.jboss.org/browse/GTNPORTAL-1935?page=com.atlassian.jira.pl...
]
Matt Wringe updated GTNPORTAL-1935:
-----------------------------------
Attachment: simpleportlet.zip
A portlet which shows the error.
If you click on the Maximize link, the portlet will maximize itself during its event
processing.
If you then click on the Normal link, the portal will not return back to normal (but will
if you click the button again).
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
Attachments: simpleportlet.zip
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