Do not render CDATA section on UIDebug's JavaScript for partial requests
------------------------------------------------------------------------
Key: MYFACES-2736
URL: https://issues.apache.org/jira/browse/MYFACES-2736
Project: MyFaces Core
Issue Type: Task
Components: JSR-314
Affects Versions: 2.0.0
Reporter: Jakob Korherr
Assignee: Jakob Korherr
Currently UIDebug.encodeBegin() always adds a CDATA section for the JavaScript
of <ui:debug />. This is no problem when using the standard MyFaces
PartialResponseWriterImpl, because in MYFACES-2585 Werner made sure that those
CDATA sections will be removed. However it is a problem when using PrimeFaces,
so it is the best way to not render the CDATA section on a partial request.
See also the discussion on the mailing list:
http://www.mail-archive.com/[email protected]/msg55700.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.