[jboss-jira] [JBoss JIRA] Assigned: (JBPORTAL-1602) IPC example wrong in doco
Thomas Heute (JIRA)
jira-events at lists.jboss.org
Tue Aug 28 07:12:18 EDT 2007
[ http://jira.jboss.com/jira/browse/JBPORTAL-1602?page=all ]
Thomas Heute reassigned JBPORTAL-1602:
--------------------------------------
Assignee: Thomas Heute (was: Julien Viet)
> 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/jboss/portal/core/samples/basic/event/PortletB.java
> // 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: 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