Re: Support for optgroup ?

2014-06-05 Thread Thies Edeling
I just noticed, thanks for the update ! On Thu, Jun 5, 2014 at 8:45 AM, Martin Makundi < martin.maku...@koodaripalvelut.com> wrote: > Ah.. and token was: > private static final String TOKEN = " value=\"\""; > > > > 2014-06-05 9:42 GMT+03:00 Martin Makundi < > martin.maku...@koodaripalvelut.com

Re: Support for optgroup ?

2014-06-04 Thread Martin Makundi
Ah.. and token was: private static final String TOKEN = " value=\"\""; 2014-06-05 9:42 GMT+03:00 Martin Makundi : > The optgroup code might be buggy, here is a fresh one: > > private String previouslyAppendedOptGroupLabel; > private int choices; > > /** >* @see > org.apache.wicket.m

Re: Support for optgroup ?

2014-06-04 Thread Martin Makundi
The optgroup code might be buggy, here is a fresh one: private String previouslyAppendedOptGroupLabel; private int choices; /** * @see org.apache.wicket.markup.html.form.AbstractChoice#onComponentTagBody(org.apache.wicket.markup.MarkupStream, org.apache.wicket.markup.ComponentTag) */

Re: Support for optgroup ?

2014-06-04 Thread Thies Edeling
thanks! On Thu, Jun 5, 2014 at 1:48 AM, Martin Makundi < martin.maku...@koodaripalvelut.com> wrote: > Look at: > > > http://mail-archives.apache.org/mod_mbox/wicket-users/200912.mbox/%3c303141550912040641r1e00841dudaacfefda9497...@mail.gmail.com%3E > > > 2014-06-05 1:41 GMT+03:00 Thies Edeling :

Re: Support for optgroup ?

2014-06-04 Thread Martin Makundi
Look at: http://mail-archives.apache.org/mod_mbox/wicket-users/200912.mbox/%3c303141550912040641r1e00841dudaacfefda9497...@mail.gmail.com%3E 2014-06-05 1:41 GMT+03:00 Thies Edeling : > Is there any support for optgroup's in Wicket? I can only find some > examples using ListView's and other hack