[
https://jira.jboss.org/browse/RF-9370?page=com.atlassian.jira.plugin.syst...
]
Luca Molteni commented on RF-9370:
----------------------------------
So is there any way to access the value binded?
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