Why don't you post your question to the facelets forum?
[EMAIL PROTECTED] (you have to subscribe)


From: Mikhail Grushinskiy [mailto:[EMAIL PROTECTED]
Sent: Monday, August 28, 2006 10:35 AM
To: MyFaces Discussion
Subject: Re: Two JSF apps in one web application

Thanks. I've tried this and it didn't work. Now both application stopped working.
Here is exception

    [java] java.lang.IllegalStateException: strict servlet API: cannot call getOutputStream() after getWriter()
    [java]     at weblogic.servlet.internal.ServletResponseImpl.getOutputStream(ServletResponseImpl.java:253)
    [java]     at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter (ExtensionsFilter.java:176)
    [java]     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)

Any ideas? Your help is very appreciated.
--MG

On 8/28/06, L Frohman <[EMAIL PROTECTED]> wrote:
see:
(if you use prefix mapping)


From: Mikhail Grushinskiy [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 28, 2006 7:04 AM
To: MyFaces Discussion
Subject: Two JSF apps in one web application

We have 2 JSF applications (2 separate *-faces-config.xml) within a single web app (.war).
One of JSF apps is migrated to facelets from JSP, another will have to stay in JSP for now.
web.xml allows only single value for javax.faces.DEFAULT_SUFFIX.
(need to be .xhtml for facelets and .jsp for JSP).

What is the way to use JSP for one JSF app and Facelets for another within signle web application (web archive)?

Thanks,
--MG



Reply via email to