You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Gary VanMatre (JIRA)" <de...@myfaces.apache.org> on 2010/09/10 23:39:33 UTC

[jira] Updated: (TRINIDAD-1912) exception rendering xhtml documents

     [ https://issues.apache.org/jira/browse/TRINIDAD-1912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary VanMatre updated TRINIDAD-1912:
------------------------------------

    Status: Patch Available  (was: Open)

> 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.