[Wicket-user] Can a model be detachable AND compound?

2007-02-22 Thread Andrew Klochkov
I agree that wicket models are not easy to understand especially compound and bound compound models. And the thing I wanted to have is detachable compound model set to the page which should be used by all components of the page. Is it possible? -- Andrew Klochkov

Re: [Wicket-user] Can a model be detachable AND compound?

2007-02-22 Thread Igor Vaynberg
sure, you can chain models :) new CompoundPropertyModel(new LoadableDetachableModel() {} ); -igor On 2/22/07, Andrew Klochkov [EMAIL PROTECTED] wrote: I agree that wicket models are not easy to understand especially compound and bound compound models. And the thing I wanted to have is