You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Geoff Callender (JIRA)" <de...@tapestry.apache.org> on 2007/09/21 15:04:50 UTC

[jira] Updated: (TAPESTRY-1760) Contrib:Table column ids mangled: underscores become periods so column heading lookup fails

     [ https://issues.apache.org/jira/browse/TAPESTRY-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Geoff Callender updated TAPESTRY-1760:
--------------------------------------

    Description: 
Until 4.1.3, this was valid:

    <table jwcid="table@contrib:Table" columns="User_firstName_colhdg:firstName, User_lastName_colhdg:lastName" ...

The Table component would produce column headings by using "User_firstName_colhdg" and "User_lastName_colhdg" as message keys.

But now, the underscores are replaced by periods (ie. dots) on the fly and the lookup fails, so it outputs these unhappy column headings:

    User.firstName.colhdg    User.lastName.colhdg

The doco states "the title of the column will be taken from translation strings of the component by using the column id as a key" at http://tapestry.apache.org/tapestry4.1/tapestry-contrib/componentreference/table.html.

A workaround for anyone experiencing this problem is to change all underscores in the affected message keys from underscores to dots - this means throughout your code and in the message properties files.  This may of course be quite error-prone in large systems.

  was:
Until 4.1.3, this was valid:

    <table jwcid="table@contrib:Table" columns="User_firstName_colhdg:firstName, User_lastName_colhdg:lastName" ...

The Table component would produce column headings by using "User_firstName_colhdg" and "User_lastName_colhdg" as message keys.

But now, the underscores are replced by periods on the fly and the lookup fails, so it outputs these unhappy column headings:

    User.firstName.colhdg    User.lastName.colhdg

The doco states "the title of the column will be taken from translation strings of the component by using the column id as a key" at http://tapestry.apache.org/tapestry4.1/tapestry-contrib/componentreference/table.html.


> Contrib:Table column ids mangled: underscores become periods so column heading lookup fails
> -------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1760
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1760
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 4.1.3
>            Reporter: Geoff Callender
>
> Until 4.1.3, this was valid:
>     <table jwcid="table@contrib:Table" columns="User_firstName_colhdg:firstName, User_lastName_colhdg:lastName" ...
> The Table component would produce column headings by using "User_firstName_colhdg" and "User_lastName_colhdg" as message keys.
> But now, the underscores are replaced by periods (ie. dots) on the fly and the lookup fails, so it outputs these unhappy column headings:
>     User.firstName.colhdg    User.lastName.colhdg
> The doco states "the title of the column will be taken from translation strings of the component by using the column id as a key" at http://tapestry.apache.org/tapestry4.1/tapestry-contrib/componentreference/table.html.
> A workaround for anyone experiencing this problem is to change all underscores in the affected message keys from underscores to dots - this means throughout your code and in the message properties files.  This may of course be quite error-prone in large systems.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org