RE: Maintain radio values on submit validation

2008-12-03 Thread Dane Laverty
That solved the problem. Thank you very much! -Original Message- From: Jeremy Thomerson [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2008 12:26 PM To: users@wicket.apache.org Subject: Re: Maintain radio values on submit validation Have you tried ListView.setReuseItems(true

Re: Maintain radio values on submit validation

2008-12-03 Thread Jeremy Thomerson
Have you tried ListView.setReuseItems(true) - I didn't look at your code in depth, but at a glance I think the problem is that your radios are getting recreated. -- Jeremy Thomerson http://www.wickettraining.com On Wed, Dec 3, 2008 at 12:50 PM, Dane Laverty <[EMAIL PROTECTED]>wrote: > I have a

Maintain radio values on submit validation

2008-12-03 Thread Dane Laverty
I have a form with a list of RadioGroups, which are all required. If the user submits the form with one or more of the RadioGroups left blank, the validator correctly returns to form. However, when that happens, any RadioGroups the user filled also become blank. Is there a way to maintain the value