[ https://issues.apache.org/jira/browse/TRINIDAD-768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552219 ]
Matthias Weßendorf commented on TRINIDAD-768: --------------------------------------------- applied to 1.0.x trunk; I'll apply it to 1.2.x on Monday/Tuesday (need to overwork it b/c of javax.el.Blah) > 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 > Assignee: Matthias Weßendorf > Priority: Minor > Attachments: SortableModel.patch > > > 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.