Here's a good article about EntityModel, which does what you want:

http://wicketinaction.com/2008/09/building-a-smart-entitymodel/


Christoph

Tom Eugelink (2012-04-14 13:38):

Another newbie question; it is now the case that each model is
serialized between requests and (I presume) stored in the session. I
would really prefer if a identifier (primary key + lazy locking
versionnr) could be remembered and that each time when Wicket needs the
model, it is loaded from the database.

Is this possible? Is there something like a ReloadingModel?

Tom



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to