I have a panel that has a LoadableDetachableModel as its model (i.e. I'm
calling this.setModel(new LoadableDetachableModel() { ... }) in the
constructor of my panel, but this load method of the model is never invoked. 
If I use that model in another component, such as a Label, it works
correctly.  Do panels not support detachable models?
-- 
View this message in context: 
http://www.nabble.com/Panel%27s-LoadableDetachableModel-not-being-loaded-tp17343003p17343003.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