Thanks jwcarman, thats a very good track. I'll look into it.

jwcarman wrote:
> 
> You can use wicketopia's ProxyModelManager, if you want:
> 
> https://wicketopia.svn.sourceforge.net/svnroot/wicketopia/trunk/wicketopia/src/main/java/org/wicketopia/model/proxy/ProxyModelManager.java
> 
> This way, you bind your components to proxied models.  When you're
> ready to really write the values into the real models, you can call
> commit() on the manager and it'll take care of pushing the values from
> the proxied models into the actual models.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Ajax-form-components-principles-tp20180246p20200715.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to