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


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.

Reply via email to