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

[571 byte] By [jfaroa] at [2007-11-26 19:10:33]
# 1
I can't help you with the error you having, but I am pretty sure you can have both of them within the same web application.MeTitus
Me_Titusa at 2007-7-9 21:06:39 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Hello titus,but how to can you tell the jsf-servlet to use view-handler a or b?In my opinion there can only be one view-handler ....But i hope that i am wrong because i would like to include facelets in my project ;-)
jfaroa at 2007-7-9 21:06:39 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
I can't help on this... as I have never worked with jsf, as such I dont want to mislead you.MeTitus
Me_Titusa at 2007-7-9 21:06:40 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...