[
https://issues.apache.org/jira/browse/TOMAHAWK-566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sascha Majunke updated TOMAHAWK-566:
------------------------------------
Status: Patch Available (was: Open)
> groupBy doesn't work with commandLink
> -------------------------------------
>
> Key: TOMAHAWK-566
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-566
> Project: MyFaces Tomahawk
> Issue Type: Bug
> Components: Column
> Affects Versions: 1.1.3
> Environment: jBoss 4.04, MyFaces 1.1.3, Tomahawk 1.1.3
> Reporter: Stefan Willems
> Priority: Minor
> Attachments: patch.txt
>
>
> groupBy works with outputLabel:
> <t:column groupBy="true" styleClass="colLeft" style="width:25%;">
> <h:outputLabel value="#{varAS.schulungen.name}" />
> </t:column>
> but not with commandLink:
> <t:column groupBy="true" styleClass="colLeft" style="width:25%;">
> <h:commandLink value="(bearbeiten)"
> action="#{schulungsuebersicht.selectSchulung}" />
> </t:column>
> In this case, only the first occurence in the groupBy-column is shown.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.