Hi Simon, I pretty sure you don't want to use an enclosure for: <wicket:enclosure wicket:id="label">display value</wicket:enclosure> Better use either a <span> (with label.setRenderBodyOnly(true)) or <wicket:container>.
Martin Grigorov Freelancer. Available for hire! Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Jul 13, 2015 at 10:33 AM, Simon B <[email protected]> wrote: > Hello, > > In the end I managed to do this. > > I found following presentation on how to do a bean editor: > > https://londonwicket.googlecode.com/files/LondonWicket-BeanEditor.pdf > > And using that and a few other things I done in the past came up with the > following: > > > > the html was: > > > > > and then the > getGridViewWithCheckGroups(String,CheckGroup,PropertyTypeFeatureGroup) > implementation was roughly: > > > I hope that helps someone else in the future, > > Cheers > > > Simon > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/categorizing-checks-in-a-checkgroup-tp4671586p4671587.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
