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 - [71cat] JavaServer Faces does not default to facelets
Summary: [71cat] JavaServer Faces does not default to facelets
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-04 19:10 UTC by muellermi
Modified: 2011-11-24 13:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.