Re: [Wicket-user] Radiogroup without listview

2006-09-12 Thread Igor Vaynberg
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 = new

Re: [Wicket-user] RadioGroup and Listview

2006-06-06 Thread Nino Wael
Title: Re: [Wicket-user] RadioGroup and Listview Ok, Igor suggested that I moved my previous and next buttons into the same form(they were in different forms). So I did that. However this does not solve my problem. Im not sure if what I am doing might be wrong or theres a bug. I can

Re: [Wicket-user] RadioGroup and Listview

2006-06-03 Thread Nino Wael
: [EMAIL PROTECTED] på vegne af Eelco Hillenius Sendt: fr 02-06-2006 17:45 Til: wicket-user@lists.sourceforge.net Cc: Emne: Re: [Wicket-user] RadioGroup and Listview Hi Nino, This mailing list (or any other on sourceforge

RE: [Wicket-user] RadioGroup and Listview

2006-06-02 Thread Nino Wael
Sent: 1. juni 2006 20:21 To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] RadioGroup and Listview Would a quickstart example help? definately :) -Igor

Re: [Wicket-user] RadioGroup and Listview

2006-06-02 Thread Igor Vaynberg
but not the radiogroup. Regards Nino From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ] On Behalf Of Igor Vaynberg Sent: 1. juni 2006 20:21 To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] RadioGroup and Listview Would a quickstart

Re: [Wicket-user] RadioGroup and Listview

2006-06-01 Thread Igor Vaynberg
try calling setReuseItems(true) on the listview-IgorOn 6/1/06, Nino Wael [EMAIL PROTECTED] wrote: Hi Im' having some trouble setting the selected radio on my RadioGroup. My Radios are held within a listview and im wanting to set the selected radio when constructing my form.

Re: [Wicket-user] RadioGroup and Listview

2006-06-01 Thread Igor Vaynberg
Would a quickstart example help?definately :)-Igor