On 26 Oct 2011, at 11:57, Wilhelmsen Tor Iver wrote:

>> It seems to me that Wicket should detach its models again after events have 
>> triggered, in addition to after rendering has completed.  That > would reset 
>> the state of all models to what the developer expects it to be before 
>> rendering begins.
> 
> That's nearly "always" - then you are just as well served with an 
> AbstractReadOnlyModel that loads data on every call to getObject()... :)

If you claim that an LDM's use is limited to avoiding a load in between event 
handling and rendering of a page, that would make LDMs damn near useless.

Luckily, this is simply not true.  An LDM's main use is to avoid multiple loads 
when the model is accessed multiple times during rendering.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to