Facelets and standard JSF
Hi all,
i'm trying to integrate facelets to an existing application.
I added
<view-handler>com.sun.facelets.FaceletViewHandler</view-handler> to faces.config and
<context-param>
and:<param-name>javax.faces.DEFAULT_SUFFIX</param-name>
<param-value>.xhtml</param-value>
</context-param>
to web.xml.
When i now try to run some old jsf-pages i get a lot of errors..is it possible to integrate facelets without changeing everything to facelets?
best regards

