You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2010/06/24 00:03:50 UTC

[jira] Resolved: (TAP5-855) select component's label doesn't work

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

Howard M. Lewis Ship resolved TAP5-855.
---------------------------------------

      Assignee: Howard M. Lewis Ship
    Resolution: Cannot Reproduce

Please provide more data about what the expected and actual behavior of the component was. 

> select component's label doesn't work
> -------------------------------------
>
>                 Key: TAP5-855
>                 URL: https://issues.apache.org/jira/browse/TAP5-855
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-component-report
>    Affects Versions: 5.1.0.5
>            Reporter: cleverpig
>            Assignee: Howard M. Lewis Ship
>
> my tapestry's version is Tapestry5.1.05.
> i read this from select component manual:
> Component Parameters:
> ...
> label   String
> NOT Allow Null          literal
> The user presentable label for the field. If not provided, a reasonable label is generated from the component's id, first by looking for a message key named "id-label" (substituting the component's actual id), then by converting the actual id to a presentable string (for example, "userId" to "User Id").
> ...
> but you can't make this label work in this way:
> <t:select t:id="catSelector" t:model="catSelectModel"  t:value="selectCat" t:encoder="catEncoder" t:label="catSelector"/>

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