You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by bu...@apache.org on 2003/10/31 18:57:06 UTC

DO NOT REPLY [Bug 24300] New: - NPE when pane does not have portlets

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24300>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24300

NPE when pane does not have portlets

           Summary: NPE when pane does not have portlets
           Product: Jetspeed
           Version: 1.5-dev / CVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Layout
        AssignedTo: jetspeed-dev@jakarta.apache.org
        ReportedBy: caius1440@hotmail.com


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 unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org