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 207053

Summary: JSF customizer doesn't preselect correct JSF library
Product: javaee Reporter: muellermi <muellermi>
Component: JSFAssignee: Martin Fousek <marfous>
Status: RESOLVED FIXED    
Severity: normal CC: gholmer
Priority: P3    
Version: 7.1   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description muellermi 2012-01-09 09:07:17 UTC
Product Version = NetBeans IDE 7.1 (Build 201112071828)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.7.0_02
Runtime = Java HotSpot(TM) Client VM 22.0-b10

- create new web app
- choose JSF
- leave server library
- once the project is created, open project properties, framework
--> server library is selected (ok)

- create new web app
- choose JSF
- chosse registered library
- once the project is created, open project properties, framework
--> server library is selected  (false) ############ should be registered library ####################
Comment 1 Martin Fousek 2012-01-10 10:29:47 UTC
I thought that the issue is already reported but I didn't find it for now, so keeping this one opened as well.

Muellermi, thanks for reporting, it's quite good known issue with uninitialized UI in the first tab of the dialog. So it should be just UI issue but your project classpath should be correct. Targeting to NB72.
Comment 2 Martin Fousek 2012-03-28 13:29:34 UTC
Fixed in web-main #6a7597607ca6.
Comment 3 Martin Fousek 2012-04-16 08:28:57 UTC
*** Bug 185117 has been marked as a duplicate of this bug. ***