using facelet1.1.15 (external facelet) in JSF2

Posted by Odelya on Stack Overflow See other posts from Stack Overflow or by Odelya
Published on 2010-05-31T14:05:30Z Indexed on 2010/06/03 3:04 UTC
Read the original article Hit count: 235

Filed under:
|

Hi!

I have upgrated to JSF2 but still running with facelet1.1.15. I have these parameters in web.xml:

<context-param>
    <param-name>org.ajax4jsf.VIEW_HANDLERS</param-name>
    <param-value>com.sun.facelets.FaceletViewHandler</param-value>
</context-param>
<context-param>
    <param-name>javax.faces.DISABLE_FACELET_JSF_VIEWHANDLER</param-name>
    <param-value>true</param-value>
</context-param>

I am trying to create my own componet step by step of this example : http://www.ibm.com/developerworks/java/library/j-jsf2fu2/index.html#tip3 everything looks fine but i get an error that it doesn't recognize the tag.

Has it got to do with the facelet 1.1.15? and it works only with VDL? it there a way to use 1.1.15 and custom components in JSF2? As well - I use tomcat 6

© Stack Overflow or respective owner

Related posts about jsf

Related posts about jsf2