Re: Facelet-Mapping

2007-06-23 Thread Wyder, Michael (GMX)
Thanks, it works with this mapping: FacesServlet /faces/* Mic. Adam Winer schrieb: For this, you can't use suffix mapping on FacesServlet. Map FacesServlet to "/faces". So: FacesServlet /faces facelets.VIEW_MAPPINGS *.xhtml ... so /faces/foo.jspx is

Re: Facelet-Mapping

2007-06-22 Thread Adam Winer
For this, you can't use suffix mapping on FacesServlet. Map FacesServlet to "/faces". So: FacesServlet /faces facelets.VIEW_MAPPINGS *.xhtml ... so /faces/foo.jspx is JSP and /faces/foo.xhtml is Facelets. -- Adam On 6/22/07, Wyder, Michael (GMX) <[EMAIL PROTECTED]> wro

Facelet-Mapping

2007-06-22 Thread Wyder, Michael (GMX)
Hi I use MyFaces, Tomahawk, but not Trinidad. I have *.jsp and *.xhmtl (Facelets) files in my project. How i make the mapping that both suffixes are supported? I want something like this: Physical file Mapped to - - page1.jsp --> http://localhost