You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Roland Asmann (JIRA)" <de...@myfaces.apache.org> on 2006/11/07 22:18:50 UTC

[jira] Created: (TOBAGO-177) Labels in columns disappear after sorting on ANY column

Labels in columns disappear after sorting on ANY column
-------------------------------------------------------

                 Key: TOBAGO-177
                 URL: http://issues.apache.org/jira/browse/TOBAGO-177
             Project: MyFaces Tobago
          Issue Type: Bug
          Components: Core
         Environment: Any and all
            Reporter: Roland Asmann
            Priority: Minor


I have defined a tc:sheet with several columns. The labels for these columns are supplied by a couple of property-files and are rendered perfectly.
However, when I click on any of the column-headers to activate sorting, the labels disappear!


-- 
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: (TOBAGO-177) Labels in columns disappear after sorting on ANY column

Posted by "Roland Asmann (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOBAGO-177?page=comments#action_12447926 ] 
            
Roland Asmann commented on TOBAGO-177:
--------------------------------------

Just noticed: In one of the columns I have a button that receives its label from the same property-file --> that label also disappears.


> Labels in columns disappear after sorting on ANY column
> -------------------------------------------------------
>
>                 Key: TOBAGO-177
>                 URL: http://issues.apache.org/jira/browse/TOBAGO-177
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>         Environment: Any and all
>            Reporter: Roland Asmann
>            Priority: Minor
>
> I have defined a tc:sheet with several columns. The labels for these columns are supplied by a couple of property-files and are rendered perfectly.
> However, when I click on any of the column-headers to activate sorting, the labels disappear!

-- 
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] Resolved: (TOBAGO-177) Labels in columns disappear after sorting on ANY column

Posted by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/TOBAGO-177?page=all ]

Bernd Bohmann resolved TOBAGO-177.
----------------------------------

    Resolution: Won't Fix

I think you have enable ajax.

f:loadBundle has only request scope.

If you request the table sort the ajax response didn't know anything about the resource bundle.

Please use tc:loadBundle it has session scope. 

But tc:loadBundle has a different semantic. 
Please consult the demo or other examples how to use it.


> Labels in columns disappear after sorting on ANY column
> -------------------------------------------------------
>
>                 Key: TOBAGO-177
>                 URL: http://issues.apache.org/jira/browse/TOBAGO-177
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>         Environment: Any and all
>            Reporter: Roland Asmann
>            Priority: Minor
>
> I have defined a tc:sheet with several columns. The labels for these columns are supplied by a couple of property-files and are rendered perfectly.
> However, when I click on any of the column-headers to activate sorting, the labels disappear!

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