Hi, I just want to realize impacts: can Facelets works with MyFace JSF. For example:

  • I have mapping to *.faces all JSF pages (MyFaces, Tomahawk)
  • Want to add mapping to Facelets page like *.jsf

 

Are all my *.faces and *.jsf pages will work?

I mean in my faces-config.xml file I have

<faces-config>

 

  <application>

    <view-handler>

      com.sun.facelets.FaceletViewHandler

    </view-handler>

  </application>

 

Is this view handler will touch my *.faces pages?

 

Thanks,

Yura.

 

Reply via email to