The following issue has been updated:
Updater: Mark Orciuch (mailto:[EMAIL PROTECTED])
Date: Fri, 2 Apr 2004 10:26 AM
Changes:
assignee changed from Jetspeed Developer Mailing List
description changed from Report from Pernoud Aurelien.
Got a NPE in jetspeed.log due to a change in PanedControllerAction.java:125:
if (portlet != null)
context.put("pane", portlet);
NO TEST --->
if(!portlet.getAttribute("_menustate", "open",
rundata).equals("closed"))
{
cont.savePaneID(rundata, paneID);
} to Report from Pernoud Aurelien.
Got a NPE in jetspeed.log due to a change in PanedControllerAction.java:125:
if (portlet != null)
context.put("pane", portlet);
NO TEST --->
if(!portlet.getAttribute("_menustate", "open",
rundata).equals("closed"))
{
cont.savePaneID(rundata, paneID);
}
environment changed from Operating System: All
Platform: All to Operating System: All
Platform: All
priority changed to Blocker
Fix Version changed to 1.5
---------------------------------------------------------------------
For a full history of the issue, see:
http://issues.apache.org/jira/browse/JS1-406?page=history
---------------------------------------------------------------------
View the issue:
http://issues.apache.org/jira/browse/JS1-406
Here is an overview of the issue:
---------------------------------------------------------------------
Key: JS1-406
Summary: [FIX] NPE when pane does not have portlets
Type: Bug
Status: Resolved
Priority: Blocker
Resolution: FIXED
Project: Jetspeed
Components:
Layout
Fix Fors:
1.5
Versions:
1.5-dev / CVS
Assignee:
Reporter: Jeremy Ford
Created: Fri, 31 Oct 2003 5:57 PM
Updated: Fri, 2 Apr 2004 10:26 AM
Environment: Operating System: All
Platform: All
Description:
Report from Pernoud Aurelien.
Got a NPE in jetspeed.log due to a change in PanedControllerAction.java:125:
if (portlet != null)
context.put("pane", portlet);
NO TEST --->
if(!portlet.getAttribute("_menustate", "open",
rundata).equals("closed"))
{
cont.savePaneID(rundata, paneID);
}
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]