looks correct, got a quickstart to replicate it?-IgorOn 9/12/06, wicketmarsh <[EMAIL PROTECTED]
> wrote:Hido i need to always use radiogroup with listview?i used it without listview but my radiogoup model is not updating.. here is
codeRadioGroup rg = new RadioGroup("group", new Model());Radio r1 =
Hi
do i need to always use radiogroup with listview?
i used it without listview but my radiogoup model is not updating.. here is
code
RadioGroup rg = new RadioGroup("group", new Model());
Radio r1 = new Radio("radio1", new Model("no"));
Radio r2 = new Radio("radio2", new Model("yes"));
rg.add