You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Jochen Kemnade (JIRA)" <ji...@apache.org> on 2015/08/10 11:38:46 UTC

[jira] [Updated] (TAP5-1760) RadioGroup should support string values when value is the enum type

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

Jochen Kemnade updated TAP5-1760:
---------------------------------
    Affects Version/s: 5.4

> RadioGroup should support string values when value is the enum type
> -------------------------------------------------------------------
>
>                 Key: TAP5-1760
>                 URL: https://issues.apache.org/jira/browse/TAP5-1760
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.3, 5.4
>            Reporter: Denis Stepanov
>
> <t:radio  t:id="radio1" t:value="literal:MYENUMVALUE" />
> "MYENUMVALUE" should be equivalent to the actual MYENUMVALUE enum value
> There is a TODO already in the RadioGroup component:
>             public String toClient(Object value)
>             {
>                 // TODO: Ensure that value is of the expected type?
>                 return encoder.toClient(value);
>             }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)