[richfaces-issues] [JBoss JIRA] Resolved: (RF-9370) Modifiable Data Table sort not evaluated if used inside Facelets taglib components

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Thu Oct 14 21:06:40 EDT 2010


     [ https://jira.jboss.org/browse/RF-9370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski resolved RF-9370.
--------------------------------

      Assignee: Nick Belaevski
    Resolution: Won't Fix


Not a bug - expression string returned is correct according to template code.   

> Modifiable Data Table sort not evaluated if used inside Facelets taglib components
> ----------------------------------------------------------------------------------
>
>                 Key: RF-9370
>                 URL: https://jira.jboss.org/browse/RF-9370
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 3.3.1
>         Environment: JBoss EAP 5.1 - Windows Vista
>            Reporter: Luca Molteni
>            Assignee: Nick Belaevski
>
> sortField.getExpression().getExpressionString() gives me the value "#{sortBy}" instead of evaluating the value when used in a facelet component defined as 
>  
> <ui:composition>
>     <rich:column sortBy="#{sortBy}" width="#{width}" styleClass="#{styleClass}">
>         <f:facet name="header">#{header}</f:facet>
>         <ui:insert />
>     </rich:column>
> </ui:composition>
> Then in taglib.xml
>     <tag>
>         <tag-name>column</tag-name>
>         <source>column.xhtml</source>
>     </tag>
> and then 
> <x:column header="Foo" sortBy="#{row.foo}">#{row.foo}</x:column>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list