This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 169507

Summary: NullPointerException at org.netbeans.modules.web.frameworks.facelets.ui.FaceletsSetupPanel.hasLib
Product: obsolete Reporter: adamo901 <adamo901>
Component: Facelets 1.1.xAssignee: issues@javaee <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=152150
Issue Type: DEFECT Exception Reporter: 152150
Attachments: stacktrace

Description adamo901 2009-07-29 22:17:35 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) Client VM, 1.6.0-b105, Java(TM) SE Runtime Environment, 1.6.0-b105
OS: Windows XP, 5.1, x86

User Comments:
adamo901: I can't get into the framework tab in the project properties



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.web.frameworks.facelets.ui.FaceletsSetupPanel.hasLib(FaceletsSetupPanel.java:190)
        at org.netbeans.modules.web.frameworks.facelets.ui.FaceletsSetupPanel.isValid(FaceletsSetupPanel.java:145)
        at org.netbeans.modules.web.project.ui.customizer.CustomizerFrameworks$ExtenderListener.stateChanged(CustomizerFrameworks.java:332)
        at org.netbeans.modules.web.project.ui.customizer.CustomizerFrameworks$ExtenderListener.<init>(CustomizerFrameworks.java:327)
        at org.netbeans.modules.web.project.ui.customizer.CustomizerFrameworks.initFrameworksList(CustomizerFrameworks.java:125)
        at org.netbeans.modules.web.project.ui.customizer.CustomizerFrameworks.<init>(CustomizerFrameworks.java:104)
Comment 1 adamo901 2009-07-29 22:17:54 UTC
Created attachment 85495 [details]
stacktrace