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 203089

Summary: [71cat] JavaServer Faces does not default to facelets
Product: javaee Reporter: muellermi <muellermi>
Component: JSFAssignee: Martin Fousek <marfous>
Status: VERIFIED FIXED    
Severity: normal CC: jskrivanek
Priority: P3    
Version: 7.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description muellermi 2011-10-04 19:10:14 UTC
Product Version = NetBeans IDE Dev (Build 201110040601)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0
Runtime = Java HotSpot(TM) 64-Bit Server VM 21.0-b17

- new web project
- select JavaServer Faces 
--> prefered language is set to JSP. Should be Facelets
Comment 1 Martin Fousek 2011-10-05 06:29:34 UTC
That's a great, early catch. It's definitely regression - most probably it comes with fix for issue #195186. I will take a look, thanks.
Comment 2 Martin Fousek 2011-10-05 11:36:57 UTC
Should be fixed in web-main #4d66d22ebd71.
Thanks again for reporting that.