[
https://issues.apache.org/jira/browse/TRINIDAD-768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557281#action_12557281
]
Luka Surija commented on TRINIDAD-768:
--------------------------------------
still doesn't work in this case : sortProperty="contractors[0].fullName"
> 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
> Fix For: 1.0.5-core, 1.2.5-core
>
> 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.