[ 
https://issues.apache.org/jira/browse/TRINIDAD-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13085964#comment-13085964
 ] 

Max Starets commented on TRINIDAD-2129:
---------------------------------------

The issue is that RI's BaseTableRenderer is using writeText(Object text, 
UIComponent component, String  propertyName), which is not overridden in 
PPRResponseWriter (the method was added in JSF 1.2). This produces white space 
in PPR response, which is not tolerated by JSF Ajax response processing. The 
old legacy Trinidad PPR response processor was just skipping the white space, 
so we never ran into this problem. Introducing writeText override in 
PPRResponseWriter fixes the issue.

> Component showcase demo broken
> ------------------------------
>
>                 Key: TRINIDAD-2129
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2129
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>         Environment: Tested on GlassFish v3.1, though not sure that is 
> significant.  Repros in various browsers (FF, Safari, Chrome).
>            Reporter: Andy Schwartz
>
> The "Browse Components" accordion in the component showcase demo is not 
> working.  It is not possible to disclose any accordion pane.
> Interestingly, the standalone panelAccordion demo under the trinidad-demo 
> example does work without problem.
> Specifying priority as "major" (and possibly should be higher) as it is 
> possible that this is a symptom of a more fundamental problem.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to