| Problem creating JSF Facelets / Templating [message #533266] |
Wed, 12 May 2010 15:27  |
No real name Messages: 6 Registered: May 2010 |
Junior Member |
|
|
I'm using Exlipse version 3.4.2 and am having a very hard time figuring out how to create JSF pages that use any extension other than JSP... this has prevented me from creating even the simplest JSF facelet application by following the many on-line tutorials.
All of the facelets tutorials that I've found describe a step in which an HTML page is added and the user selects "New Facelet Template." There is no such option in my version of Eclipse... I noticed, however, that if I pick JSP there is an option to create a page using a "New JavaServer Faces (JSF) Page (xhtml)... I would have thought that this would create a .xhtml page but it does not - I end up with a .JSP page... so I'm completely confused as to whether or not I can create facelets applications and use templating in Eclipse.
Another, possibly related, question is how to get support for JSF 2.0... in my version of Eclipse I only have the option to select JSF 1.1 or JSF 1.2... I've downloaded and installed the latest WTP so I would have thought I'd get JSF 2.0 support but it does not show up as an option.
|
|
|