Just keep in mind that you can't use an EntityModel if the entity has already 
been persisted and if you want to change it with multiple ajax 
requests/multistep forms. It will lose any changes on every request. Simply 
serialize the entity again for that use case.

Stealing the thread back ;-)

Have't had time to work with this model (weekend and all) but I am visualizing 
it. The question I had is: if I have a from in a web browser that modifies 
several points in the backing model, and an AJAX requests comes in, will the 
full change set that is in the browser's form be applied to the model?

Tom



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

Reply via email to