Re: LoadableDetachable Models

2010-04-06 Thread James Carman
on Solutions Engineering, LLC > > | russell.morri...@missionse.com | www.missionse.com > 304 West Route 38, Moorestown, NJ 08057 > > -Original Message- > From: James Carman [mailto:jcar...@carmanconsulting.com] > Sent: Monday, April 05, 2010 10:16 PM > To: users@wicket.a

RE: LoadableDetachable Models

2010-04-06 Thread Russell Morrisey
sulting.com] Sent: Monday, April 05, 2010 10:16 PM To: users@wicket.apache.org Subject: Re: LoadableDetachable Models It doesn't hold onto the persistent object. Here's an example usage: IModel personModel = ...; // Some LDM here! ProxyModelManager mgr = new ProxyModelManager(); add(new T

Re: LoadableDetachable Models

2010-04-05 Thread James Carman
om > 304 West Route 38, Moorestown, NJ 08057 > > > -Original Message- > From: James Carman [mailto:jcar...@carmanconsulting.com] > Sent: Monday, April 05, 2010 9:05 PM > To: users@wicket.apache.org > Subject: Re: LoadableDetachable Models > > You can use what we call a &

RE: LoadableDetachable Models

2010-04-05 Thread Russell Morrisey
arman [mailto:jcar...@carmanconsulting.com] Sent: Monday, April 05, 2010 9:05 PM To: users@wicket.apache.org Subject: Re: LoadableDetachable Models You can use what we call a "shadow model" or a "proxy model." https://wicketopia.svn.sourceforge.net/svnroot/wicketopia/trunk/wic

Re: LoadableDetachable Models

2010-04-05 Thread James Carman
the same > request, so that the information is current. > > HTH, > > RUSSELL E. MORRISEY > Programmer Analyst Professional > Mission Solutions Engineering, LLC > > | russell.morri...@missionse.com | www.missionse.com > 304 West Route 38, Moorestown, NJ 08057 > > --

RE: LoadableDetachable Models

2010-04-05 Thread Russell Morrisey
russell.morri...@missionse.com | www.missionse.com 304 West Route 38, Moorestown, NJ 08057 -Original Message- From: Jeffrey Schneller [mailto:jeffrey.schnel...@envisa.com] Sent: Monday, April 05, 2010 3:26 PM To: users@wicket.apache.org Subject: LoadableDetachable Models I am having issues with LDM, Hi

LoadableDetachable Models

2010-04-05 Thread Jeffrey Schneller
I am having issues with LDM, Hibernate lazy loaded lists, and ajax. I create a CompoundPropertyModel of a LDM and set that as the default model for the page. I then pass the model to the form and to a custom component in the form. The custom component is a list editor. Basically a ListView w