When I've had to do this, I usually use a fragment. It keeps all the HTML on a single page and is a bit cleaner I think: http://wicket.apache.org/learn/examples/usingfragments.html
Bill- On Fri, Nov 30, 2012 at 8:14 AM, hannes1608 <[email protected]> wrote: > Just realized that I have to create a new component for this. That works, > but > it's not really a nice solution. > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/problem-with-editable-datatable-tp4654370p4654381.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] > >
