You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org> on 2007/07/07 10:22:04 UTC

[jira] Created: (TOBAGO-437) Exception when sorting on column with tc:link

Exception when sorting on column with tc:link
---------------------------------------------

                 Key: TOBAGO-437
                 URL: https://issues.apache.org/jira/browse/TOBAGO-437
             Project: MyFaces Tobago
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.0.11
            Reporter: Bernd Bohmann
            Assignee: Bernd Bohmann
             Fix For: 1.0.12


When I click on the header to sort the column I get an exception:

07-06 13:44:56,140 ERROR GENA-WAPP [http-8080-Processor21    ] Sorter No sortable component found!
07-06 13:44:56,140 WARN  GENA-WAPP [http-8080-Processor21    ] Sorter removing attribute sortable from column _idJsp114
07-06 13:44:56,156 ERROR GENA-WAPP [http-8080-Processor21    ] Sorter Error while extracting sortMethod :Cannot remove component property attribute
java.lang.IllegalArgumentException: Cannot remove component property attribute
       at javax.faces.component._ComponentAttributesMap.remove(_ComponentAttributesMap.java:270)
       at org.apache.myfaces.tobago.component.Sorter.removeSortableAttribute(Sorter.java:146)
       at org.apache.myfaces.tobago.component.Sorter.invoke(Sorter.java:110)
       at org.apache.myfaces.tobago.component.UIData.invokeMethodBinding(UIData.java:605) 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TOBAGO-437) Exception when sorting on column with tc:link

Posted by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOBAGO-437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernd Bohmann resolved TOBAGO-437.
----------------------------------

    Resolution: Fixed

> Exception when sorting on column with tc:link
> ---------------------------------------------
>
>                 Key: TOBAGO-437
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-437
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.11
>            Reporter: Bernd Bohmann
>            Assignee: Bernd Bohmann
>             Fix For: 1.0.12
>
>
> When I click on the header to sort the column I get an exception:
> 07-06 13:44:56,140 ERROR GENA-WAPP [http-8080-Processor21    ] Sorter No sortable component found!
> 07-06 13:44:56,140 WARN  GENA-WAPP [http-8080-Processor21    ] Sorter removing attribute sortable from column _idJsp114
> 07-06 13:44:56,156 ERROR GENA-WAPP [http-8080-Processor21    ] Sorter Error while extracting sortMethod :Cannot remove component property attribute
> java.lang.IllegalArgumentException: Cannot remove component property attribute
>        at javax.faces.component._ComponentAttributesMap.remove(_ComponentAttributesMap.java:270)
>        at org.apache.myfaces.tobago.component.Sorter.removeSortableAttribute(Sorter.java:146)
>        at org.apache.myfaces.tobago.component.Sorter.invoke(Sorter.java:110)
>        at org.apache.myfaces.tobago.component.UIData.invokeMethodBinding(UIData.java:605) 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.