Thanks again Martin. 
Now suppose that in the edit page I'm filling a form for a new object binded
through the LoadableDetachableModel (I mean no id was passed to the page
constructor so LoadableDetachableModel returned a new instance). 
Now before I hit save suppose I need to add another object to the first one
by filling another form in another page. 

I guess in this situation I should pass the LoadableDetachableModel to the
second Page through the constructor, create another LoadableDetachableModel
for the second object, bind it to the form, fill it, associate the second
object with the first one and finally return to the first page passing the
first LoadableDetachModel. 

Right?

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Edit-page-and-LDM-tp3389748p3390347.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