Re: How do I create a detachable model for a ListView?

2011-06-16 Thread Dan Retzlaff
a ListView using a detachable model, but I just can't seem to figure out how to construct my DetachableModel. Basically, I would like to create a detachable model and then pass it to my constructor for a CheeseList. This is built upon the code for the examples for Wicket in Action [1

How do I create a detachable model for a ListView?

2011-06-15 Thread Brian Lavender
I am trying to create a ListView using a detachable model, but I just can't seem to figure out how to construct my DetachableModel. Basically, I would like to create a detachable model and then pass it to my constructor for a CheeseList. This is built upon the code for the examples for Wicket

Re: How do I create a detachable model for a ListView?

2011-06-15 Thread Dan Retzlaff
of cheeses and retain a list of cheese IDs, and query for those cheeses individually in CheeseDetach.load(). On Wed, Jun 15, 2011 at 5:38 PM, Brian Lavender br...@brie.com wrote: I am trying to create a ListView using a detachable model, but I just can't seem to figure out how to construct my

Re: How do I create a detachable model for a ListView?

2011-06-15 Thread Brian Lavender
to create a ListView using a detachable model, but I just can't seem to figure out how to construct my DetachableModel. Basically, I would like to create a detachable model and then pass it to my constructor for a CheeseList. This is built upon the code for the examples for Wicket in Action [1

detachable model in a listview

2009-08-03 Thread tubin gen
Please help me use detachablemodel inside a list view here is my code private class DocumentsPanel extends Panel { public DocumentsPanel( final ListAuditProgramDocument documents ,final String name) { super(documentsPanel); ListIModelAuditProgramDocument models= new

Re: detachable model in a listview

2009-08-03 Thread Igor Vaynberg
where does ListAuditProgramDocument documents come from? -igor On Mon, Aug 3, 2009 at 7:49 AM, tubin genfachh...@gmail.com wrote: Please help me use detachablemodel inside a list view here is my code private class DocumentsPanel  extends  Panel { public DocumentsPanel( final

Re: detachable model in a listview

2009-08-03 Thread fachhoch
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://www.nabble.com/detachable-model-in-a-listview-tp24792175p24793501.html Sent from the Wicket - User mailing list archive

Re: detachable model in a listview

2009-08-03 Thread Martijn Dashorst
...@wicket.apache.org -- View this message in context: http://www.nabble.com/detachable-model-in-a-listview-tp24792175p24793501.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: detachable model in a listview

2009-08-03 Thread Igor Vaynberg
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://www.nabble.com/detachable-model-in-a-listview

Re: detachable model in a listview

2009-08-03 Thread fachhoch
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://www.nabble.com/detachable-model-in-a-listview-tp24792175p24793501.html Sent from the Wicket - User mailing list archive