webtier@glassfish.java.net

Re: [webtier] Is that possible/good to mix the regular JSF JSP pages and Facelets pages?

From: Ryan Lubke <Ryan.Lubke_at_Sun.COM>
Date: Mon, 10 Nov 2008 09:47:55 -0800

webtier_at_javadesktop.org wrote:
> Is that possible/good to mix the regular JSF JSP pages and Facelets pages in one single project?
>
> My use case is, suppose I already have JSF application with several JSF JSP pages. And I want to change the future development by trying to add only Facelets pages to improve the performance. Is that possible I continue to use the same project? Can these different pages navigate to each other? (i.e., jsp <-> xhtml)
>
> I tried this on JSF 1.2 + Facelets 1.1.14 and looks like it's not working! When it navigates to a JSF JSP page, the server reports "javax.servlet.ServletException: Error Parsing /Page.jsp: Error Traced[line: 1] The markup in the document preceding the root element must be well-formed."
>
It is possible to use JSF 1.2 with both Facelets and JSP in the same
application, but there are restrictions.

See:
http://wiki.java.net/bin/view/Projects/FaceletsFAQ#How_do_I_use_Facelets_and_JSP_in
> Is that still true for JSF 2.0? Will JSF 2.0 integrate the JSP and Facelets better?
>
Yes, JSF 2.0 will allow them to exist in the same application no matter
how the FacesServlet is mapped.
> [Message sent by forum member 'potingwu' (potingwu)]
>
> http://forums.java.net/jive/thread.jspa?messageID=315833
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: webtier-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: webtier-help_at_glassfish.dev.java.net
>
>