]
Thomas Heute resolved JBPORTAL-1602.
------------------------------------
Resolution: Done
IPC example wrong in doco
-------------------------
Key: JBPORTAL-1602
URL:
http://jira.jboss.com/jira/browse/JBPORTAL-1602
Project: JBoss Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Portal Reference Guide
Affects Versions: 2.6 Final
Reporter: Andrew Oliver
Assigned To: Thomas Heute
Fix For: 2.6.2 Final, 2.8 Final
10.8.2
// We can redirect
newEvent = new WindowActionEvent(windowB);
newEvent.setParameters(wae.getParameters());
// Redirect to the new event
return newEvent;
This causes an exception regarding window state. This should read as
http://anonsvn.jboss.org/repos/portal/trunk/core-samples/src/main/org/jbo...
// We can redirect
newEvent = new WindowActionEvent(windowB);
newEvent.setMode(wae.getMode());
newEvent.setWindowState(WindowState.MAXIMIZED);
newEvent.setParameters(wae.getParameters());
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: