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
-Original Message- > From: Lane, Geoffrey [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 06, 2006 11:33 AM > To: Tapestry users > Subject: RE: Tapernate Usage Questions > > > Yes, that does make sense. > > How would you take care of the case where you have the same H

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
Hey Geoffrey! I have absolutely nothing new to add to the conversation but just wanted to pipe in.. heh . If the suggestion James had doesn't work feel free to drop back in and we can hammer on him until it does ;) On 7/6/06, James Carman <[EMAIL PROTECTED]> wrote: For reattach-merge, you need

RE: Tapernate Usage Questions

2006-07-06 Thread James Carman
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 PROTECTED] Sent: Thursday, July 06, 2006 10:55 AM To: users@tap