Hi Bruno,

I guess PrimeFaces is using their own PartialResponseWriter implementation,
because Werner made sure that the MyFaces PartialResponseWriterImpl gets rid
of any nested CDATA sections (see MYFACES-2585 for details). That's why it
works fine on my machine (simple <f:ajax> without PrimeFaces).

However it really is not necessary to create this CDATA section on a partial
request, so I will change UIDebug.encodeBegin() accordingly. I hope this
will also solve the issue with PrimeFaces!

Regards,
Jakob

2010/5/24 Bruno Aranda <[email protected]>

> Hi,
>
> I have a problem when using ui:debug and rendering the area where this
> component is with a partial request (with primefaces - jquery). As part of
> the PPR response we get the markup surrounded by CDATA sections. The debug
> component is adding an additional CDATA, invalidating the XML (it is not
> possible to nest CDATA sections). Any ideas how this could be fixed?
>
> Cheers,
>
> Bruno
>



-- 
Jakob Korherr

blog: http://www.jakobk.com
twitter: http://twitter.com/jakobkorherr
work: http://www.irian.at

Reply via email to