if you chain your models properly its no problem.. imodel ldm=new loadabledetachablemodel(..) imodel prop=new propertymodel(ldm, "prop");
-igor On Wed, May 27, 2009 at 1:20 PM, bf <[email protected]> wrote: > I constructed a Page that uses a LoadableDetachableModel. The > LoadableDetachableModel retrieves an object from the Session and displays > Panels from a list in the object. The Panels have TextFields which use > elements from the List but it puts the object into a PropertyModel in order > to access the attributes. > My question is whether it is a problem to update the TextField via the > PropertyModel or does the PropertyModel have to use a LoadableDetachableModel > as well in order to get the object from the Session before doing an update? > Thanks > ____________________________________________________________ > Study criminal justice and earn your degree. Click here to request free > program info! > http://thirdpartyoffers.juno.com/TGL2131/fc/BLSrjnsC7KBxeazkJEKLTcG5VrnBxiF6Isv6JgQMUhUTSRgwIiVlASqMnxG/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
