You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Stefan Willems (JIRA)" <de...@myfaces.apache.org> on 2006/07/25 12:13:13 UTC

[jira] Created: (TOMAHAWK-566) groupBy doesn't work with commandLink

groupBy doesn't work with commandLink
-------------------------------------

                 Key: TOMAHAWK-566
                 URL: http://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


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.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (TOMAHAWK-566) groupBy doesn't work with commandLink

Posted by "Stefan Willems (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-566?page=comments#action_12423292 ] 
            
Stefan Willems commented on TOMAHAWK-566:
-----------------------------------------

commandLink value should be: value="#{varAS.schulungen.name}" .

Sorry for the inconvenience.

> groupBy doesn't work with commandLink
> -------------------------------------
>
>                 Key: TOMAHAWK-566
>                 URL: http://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
>
> 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.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (TOMAHAWK-566) groupBy doesn't work with commandLink

Posted by "Sascha Majunke (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513516 ] 

Sascha Majunke commented on TOMAHAWK-566:
-----------------------------------------

A patch file is attached :-)

> 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.


[jira] Commented: (TOMAHAWK-566) groupBy doesn't work with commandLink

Posted by "Mike Kienenberger (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-566?page=comments#action_12425374 ] 
            
Mike Kienenberger commented on TOMAHAWK-566:
--------------------------------------------

Are you saying that the issue is closed or simply correcting your problem description example?


> groupBy doesn't work with commandLink
> -------------------------------------
>
>                 Key: TOMAHAWK-566
>                 URL: http://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
>
> 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.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (TOMAHAWK-566) groupBy doesn't work with commandLink

Posted by "Sascha Majunke (JIRA)" <de...@myfaces.apache.org>.
     [ 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.


[jira] Commented: (TOMAHAWK-566) groupBy doesn't work with commandLink

Posted by "Stefan Willems (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-566?page=comments#action_12425459 ] 
            
Stefan Willems commented on TOMAHAWK-566:
-----------------------------------------

No, I didn't meant that the issue is closed, I simply corrected my description.

> groupBy doesn't work with commandLink
> -------------------------------------
>
>                 Key: TOMAHAWK-566
>                 URL: http://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
>
> 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.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira