Re: RadioGroup bug?

2011-01-25 Thread Martin Makundi
Hi! I suspect also bug with Page class. Sometimes our page stalls when user stays long time on page. /** Used to create page-unique numbers */ private short autoIndex; ** Martin 2010/11/15 Martin Makundi martin.maku...@koodaripalvelut.com: Hi! We have a suspect for the cause of

Re: RadioGroup bug?

2011-01-25 Thread Martin Grigorov
This is fixed in later Wicket 1.4.x and 1.5.x On Tue, Jan 25, 2011 at 9:34 AM, Martin Makundi martin.maku...@koodaripalvelut.com wrote: Hi! I suspect also bug with Page class. Sometimes our page stalls when user stays long time on page. /** Used to create page-unique numbers */

Re: RadioGroup bug?

2010-11-15 Thread Martin Makundi
Hi! We have a suspect for the cause of this bug. The Radio is using a SHORT counter which has maximum limit of approx 32000. Funny also it checks if uuid is initialized, only from its sign. So when you have enough radioactivity to reach much over 32000, you get negative values and it stops

RadioGroup bug?

2010-11-02 Thread Martin Makundi
Hi! Is there a resolution to this bug/issue listviews with setreuseitems=true but with radiochoice have some problems: * http://www.mail-archive.com/users@wicket.apache.org/msg06560.html * http://apache-wicket.1842946.n4.nabble.com/RadioGroup-test-fails-td1912239.html *