RE: MyFaces JSF & Facelets

2006-04-07 Thread Yura Tkachenko \(meta.ua\)
for Faces Servlet ("/faces/*"), not suffix mapping. So you'd need to first switch to prefix mapping, then you could start mixing in Facelets pages. -- Adam On 4/7/06, Yura Tkachenko (meta.ua) <[EMAIL PROTECTED]> wrote: > Really thanks for

RE: MyFaces JSF & Facelets

2006-04-07 Thread Yura Tkachenko \(meta.ua\)
of this to work together. javax.faces.DEFAULT_SUFFIX .jsp facelets.VIEW_MAPPINGS *.xhtml FacesServlet /faces/* On 4/7/06, Yura Tkachenko (meta.ua) <[EMAIL PROTECTED]> wrote: > > > > Hi, I just w

MyFaces JSF & Facelets

2006-04-07 Thread Yura Tkachenko \(meta.ua\)
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