I just looked at it. There's only one problem, and it's not your code - it's your markup. Remove that span that you have (<span wicket:id="selectedValues">) and put the wicket:id on the table tag instead. You're butchering the markup when you try to replace a span that has rows in it. That's not an allowable dom structure.
-- Jeremy Thomerson http://www.wickettraining.com On Wed, May 12, 2010 at 12:37 PM, msalman <[email protected]> wrote: > > Hi, > > Was any one able to test the quick start? > > Thanks. > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/CheckGroup-and-ListView-tp1886879p2196464.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
