Hi,

On Thu, May 31, 2012 at 10:04 AM, Thomas Götz <t...@decoded.de> wrote:
> What about using Javascript? e.g. jQuery:
>
> $('input:radio').attr('checked', false);
>
> or
>
> $('input[name=myRadio]:radio').attr('checked', false);
>

I guess he will need to update the server state as well.

@Chris: Can't you reset the RadioGroup's model so that none of the
Radios models match and re-render the whole group ?

>
>   -Tom
>
>
>
> On 31.05.2012 at 08:20 Chris Colman wrote:
>
>> We have a button that, when clicked, should deselect ALL radio buttons in a 
>> separate radio group.
>>
>> Can this be done in Wicket?
>>
>> Yours sincerely,
>>
>> Chris Colman
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to