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="[EMAIL PROTECTED]: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.

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to