Boolean values cannot be set to null. If selection is a boolean variable then it's always false except when it gets set to true. Use some other type for your variable (e.g. String and parse that to boolean if it's not null, use literal:true and literal:false in your radios). This will work.
Uli Am Mi, 1.10.2008, 14:58, schrieb Onno Scheffers: > I just upgraded to T5.0.15. Still the same problem. > Anyone? > > > On Tue, Sep 30, 2008 at 12:21 AM, Onno Scheffers <[EMAIL PROTECTED]> wrote: > >> I'm using T5.0.14 and I'd like to get back null from a RadioGroup if the >> user didn't click on any radio-buttons, but it seems the RadioGroup >> doesn't >> support this? >> >> <t:RadioGroup t:value="selection"> >> <input t:type="Radio" t:value="true" /> >> <input t:type="Radio" t:value="false" /> >> </t:RadioGroup> >> >> This return false if no selection was made by the user. >> >> >> regards, >> >> Onno Scheffers >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]