improved support for sortable properties
----------------------------------------
Key: TRINIDAD-768
URL: https://issues.apache.org/jira/browse/TRINIDAD-768
Project: MyFaces Trinidad
Issue Type: Improvement
Components: Components
Affects Versions: 1.0.3-core
Environment: tested with trinidad 1.0.3
Reporter: Gerhard Petracek
Priority: Minor
e.g.
with this patch the following is possible:
sortProperty="subproperty1.subproperty2.sortableValue"
full example:
<tr:table value="#{bean.list}" var="entry" autoSubmit="true">
<tr:column headerText="property" sortable="true"
sortProperty="subproperty1.subproperty2.sortableValue">
<tr:outputText value="#{entry.subproperty1.subproperty2 .sortableValue}"/>
</tr:column>
</tr:table>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.