Re: [Wicket-user] listview with checkboxes

2005-03-27 Thread Eelco Hillenius
Hi Antonio, I put up an article on our Wiki on this: http://wicket.sourceforge.net/wiki/doku.php?id=user:listview_with_checkboxes_in_a_form Regards, Eelco Antonio Casula wrote: I saw the example displaytag/ExampleCheckbox and I have a question: How is possible to get the checkboxes and input

Re: [Wicket-user] listview with checkboxes

2005-03-27 Thread Eelco Hillenius
You're not extending nor touching the business object, as you're wrapping it (i.e. putting a class 'around' it). class MyWrapper { private MyBusinessClass; private Boolean selected; } If you wrap an object, you don't touch it in any way; you can allways do this. The only thing to keep in