On Using Models (Again)

2007-10-20 Thread Ayodeji Aladejebi
Greetings, Please I have some further questions to ask about models. LoadableDetachableModel cannot be used as a CompoundPropertyModel obviously meaning that if I load an Object with LoadableDetachableModel , I cant simple pass the LoadableDetachableModel to a Label so that the Label can use its

Re: On Using Models (Again)

2007-10-20 Thread Johan Compagner
new Compoundpropertymodel(new Loadabledetachablemodel(yourdbobject)) so just wrap it and then use it as compound On 10/20/07, Ayodeji Aladejebi [EMAIL PROTECTED] wrote: Greetings, Please I have some further questions to ask about models. LoadableDetachableModel cannot be used as a

Re: On Using Models (Again)

2007-10-20 Thread Ayodeji Aladejebi
wonderful!, it was the javadoc that confused me since it wrote Object and there is no other constuctor for IModel On 10/20/07, Johan Compagner [EMAIL PROTECTED] wrote: new Compoundpropertymodel(new Loadabledetachablemodel(yourdbobject)) so just wrap it and then use it as compound On