Hi Bruno, can you drop the snippet of the original jsf code also, I need to setup a testcase and also need to know which component is at fault here. I rechecked our code, theoretically this should be covered in our PartialResponseWriterImpl, I suspect primefaces running its own responseWriter here, but for that I need a testcase scenario which resembles your usecase.

Werner


Am 12.07.10 15:44, schrieb Bruno Aranda:
No no, it is already filed! :)

https://issues.apache.org/jira/browse/MYFACES-2812

Cheers,

Bruno

On 12 July 2010 14:42, Werner Punz<[email protected]>  wrote:
Never mind, I will file it myself.

Werner


Am 12.07.10 15:33, schrieb Werner Punz:

Hi Bruno, please file a bugreport on it. We should fix this before 2.0.1
this is a bug in the ppr responsewriter on the server side. I was fixing
exactly this issue a few months ago, maybe we have some regression bug
here.




Werner

Am 12.07.10 14:48, schrieb Bruno Aranda:

Hi,

I have a partial response that contains invalid syntax because CDATA
sections are nested. For example, in my app this code is generated in
the partial response:

<?xml version="1.0"

encoding="UTF-8"?><partialResponse><components><component><id>editorForm</id><output><![CDATA[<form

id="editorForm" name="editorForm" method="post"
action="/editor/curate/publication.jsf?conversationContext=2"
enctype="application/x-www-form-urlencoded"><span
id="growl"></span><script type="text/javascript">//<![CDATA[
jQuery.gritter.add({title:'Publication saved',text:'AC:

EBI-2637354',image:'/editor/primefaces_resource/2.0.3-SNAPSHOT/primefaces/growl/assets/info.png?conversationContext=2',sticky:false});


//]]></script>










Reply via email to