RE: Tapernate Usage Questions

2006-07-11 Thread Lane, Geoffrey
TECTED] Sent: Friday, July 07, 2006 10:11 PM To: 'Tapestry users' Subject: RE: Tapernate Usage Questions Because if you use "get" and then update that object, you're completely circumventing the optimistic locking (if you've got that enabled). -Original Message-

RE: Tapernate Usage Questions

2006-07-07 Thread James Carman
off Lane <[EMAIL PROTECTED]> Ph: 414 290-8031 -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Thursday, July 06, 2006 10:15 AM To: 'Tapestry users' Subject: RE: Tapernate Usage Questions For reattach-merge, you need to make sure you set your persi

RE: Tapernate Usage Questions

2006-07-07 Thread Lane, Geoffrey
PROTECTED]> Ph: 414 290-8031 -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Thursday, July 06, 2006 10:15 AM To: 'Tapestry users' Subject: RE: Tapernate Usage Questions For reattach-merge, you need to make sure you set your persisted property to null once you&#

RE: Tapernate Usage Questions

2006-07-06 Thread James Carman
6, 2006 10:42 AM > To: 'Tapestry users' > Subject: RE: Tapernate Usage Questions > > The drop-down lists could be taken care of using the squeezer. I > implemented a SqueezerPropertySelectionModel class which squeezes the > objects into their "values." > >

RE: Tapernate Usage Questions

2006-07-06 Thread Lane, Geoffrey
e'? Thanks. -- Geoff Lane <[EMAIL PROTECTED]> Ph: 414 290-8031 -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Thursday, July 06, 2006 10:15 AM To: 'Tapestry users' Subject: RE: Tapernate Usage Questions For reattach-merge, you need to mak

RE: Tapernate Usage Questions

2006-07-06 Thread Lane, Geoffrey
ames Carman [mailto:[EMAIL PROTECTED] Sent: Thursday, July 06, 2006 10:42 AM To: 'Tapestry users' Subject: RE: Tapernate Usage Questions The drop-down lists could be taken care of using the squeezer. I implemented a SqueezerPropertySelectionModel class which squeezes the objec

RE: Tapernate Usage Questions

2006-07-06 Thread James Carman
stry users Subject: RE: Tapernate Usage Questions Yes, that does make sense. How would you take care of the case where you have the same Hibernate persistent object in 2 different places? Should we just not be making Collections of objects (such as drop-down lists or table data) Persist,

RE: Tapernate Usage Questions

2006-07-06 Thread James Carman
Thank goodness I'm going out of town this weekend! -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: Thursday, July 06, 2006 11:33 AM To: Tapestry users Subject: Re: Tapernate Usage Questions Hey Geoffrey! I have absolutely nothing new to add to the conversatio

RE: Tapernate Usage Questions

2006-07-06 Thread Lane, Geoffrey
ry users' Subject: RE: Tapernate Usage Questions For reattach-merge, you need to make sure you set your persisted property to null once you're done with it, or else it'll continually merge it in. Does that make sense? -Original Message- From: Lane, Geoffrey [mailto:[EMAIL PROT

Re: Tapernate Usage Questions

2006-07-06 Thread Jesse Kuhnert
ry.apache.org Subject: Tapernate Usage Questions Hi, (I'm new to the list) We've been porting an application to Tapestry 4 and trying to integrate Tapernate at the same time to allow us to do lazy-loading of Hibernate objects, etc. One issue we are having is that Tapernate appears to be mer

RE: Tapernate Usage Questions

2006-07-06 Thread James Carman
To: users@tapestry.apache.org Subject: Tapernate Usage Questions Hi, (I'm new to the list) We've been porting an application to Tapestry 4 and trying to integrate Tapernate at the same time to allow us to do lazy-loading of Hibernate objects, etc. One issue we are having is that Tap

Tapernate Usage Questions

2006-07-06 Thread Lane, Geoffrey
Hi, (I'm new to the list) We've been porting an application to Tapestry 4 and trying to integrate Tapernate at the same time to allow us to do lazy-loading of Hibernate objects, etc. One issue we are having is that Tapernate appears to be merging old object state back into our Hibernate session a