You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by "Adrian A. (JIRA)" <ji...@apache.org> on 2009/09/20 20:20:15 UTC

[jira] Commented: (CLK-455) Select.getValueLong

    [ https://issues.apache.org/jira/browse/CLK-455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12757745#action_12757745 ] 

Adrian A. commented on CLK-455:
-------------------------------

ActionLink is not a "Field" (Select and Radio  are). All fields have the getValue() and getValueObject() so that you can cast or convert to whatever Object type is needed and this is quite consistent IMO (I think it's more consistent than using only for some of the fields something like getValueLong).

> Select.getValueLong
> -------------------
>
>                 Key: CLK-455
>                 URL: https://issues.apache.org/jira/browse/CLK-455
>             Project: Click
>          Issue Type: New Feature
>    Affects Versions: 1.5 RC2
>            Reporter: Ricardo R. Lecheta
>
> The ActionLink control has the method getValueLong, but the Select and
> RadioGroup donĀ“t.
> Generally you use the Select control to show some objects from the
> database...
> the value of the select/radio is the "id" of the object.. which may be a
> Integer/Long/Double..

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