MyFaces and Tomahawk are not mutually exclusive from Facelets.
Facelets works just fine with MyFaces and Tomahawk components.
Facelets will handle all of your JSF pages, it doesn't matter what
your Faces servlet is mapped as.

On the other hand, if you are asking if you can use JSF over JSP for
some requests and JSF over XHTML (facelets) for others, you cannot do
this out of the box. If that is what you want to do, post to the
facelets user group.

-Andrew

On 4/7/06, Yura Tkachenko (meta.ua) <[EMAIL PROTECTED]> wrote:
>
>
>
> 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