Re: CheckGroup losing state on invalid submission

2011-10-25 Thread Russell Pitre
Thanks for the link, that helped me solve my problem. The key is to call setReuseItems(true); on the ListView. I knew there had to be an easy fix! Thanks -Russ On Tue, Oct 25, 2011 at 11:30 AM, Sven Meier wrote: > Can you reproduce the problem on http://wicketstuff.org/wicket/forminput ? >

RE: CheckGroup losing state on invalid submission

2011-10-25 Thread Wilhelmsen Tor Iver
> Environment: Wicket 1.5.1 I have the same happen in 1.4.19. It's as if the Check's input state is reset (to the CheckGroup model state? I.e. it perhaps checks the model and cannot find the Check's equivalent value there?). - Tor Iver --