Hi, is there any way to create non-detachable objects model for list view?

I want to load actual objects from database for listview items, so I will be
able to modify them without reloading.

Let say:

If I use

as my listView model I will not be able to delete them right away like this

I will get an exception that object is detached. So if I want to delete it,
I need to reload it from DB.

Is there any way to load non-detached model object?



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Loadable-non-detachable-list-model-for-listView-tp4656216.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to