exception rendering xhtml documents
-----------------------------------

                 Key: TRINIDAD-1912
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1912
             Project: MyFaces Trinidad
          Issue Type: Bug
    Affects Versions: 2.0.0.3-core
         Environment: n/a
            Reporter: Gary VanMatre
            Priority: Minor


Using the contextType required for xhtml documents within a JSPX creating a JSF 
view results in a unhandled exception.

<jsp:directive.page contentType="application/xhtml+xml;charset=UTF-8"/>


java.lang.NullPointerException
at
org.apache.myfaces.trinidadinternal.config.dispatch.ContentTypeAndCharacterSet
.(ContentTypeAndCharacterSet.java:42)
at
org.apache.myfaces.trinidadinternal.config.dispatch.DispatchServletResponse.se
tContentType(DispatchServletResponse.java:39)
at
javax.servlet.ServletResponseWrapper.setContentType(ServletResponseWrapper.jav
a:140)
at jsp_servlet.__untitled1_jspx._jspService(__untitled1_jspx.java:63)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
at
weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecu
rityHelper.java:227) 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to