RE: How do you pass a data object for editing?

2001-12-13 Thread Tom Klaasen (TeleRelay)
> -Original Message- > From: Keith Bacon [mailto:[EMAIL PROTECTED]] > Sent: donderdag 13 december 2001 12:03 > To: Struts Users Mailing List > Subject: RE: How do you pass a data object for editing? > > > Tom, > In that case as you are doing now is the best

RE: How do you pass a data object for editing?

2001-12-13 Thread Keith Bacon
)? You'll have to > keep the information in the session AFAICS. > > Please correct me if I'm wrong. It would simplify my > life a lot :) > > tomK > > > -Original Message- > > From: Keith Bacon > [mailto:[EMAIL PROTECTED]] > > Sent:

RE: How do you pass a data object for editing?

2001-12-13 Thread Tom Klaasen (TeleRelay)
> -Original Message- > From: Keith Bacon [mailto:[EMAIL PROTECTED]] > Sent: donderdag 13 december 2001 10:41 > To: Struts Users Mailing List > Subject: RE: How do you pass a data object for editing? > > > I agree with Ryan. An old rule from way back:- > > Pa

RE: How do you pass a data object for editing?

2001-12-13 Thread Keith Bacon
Then I reload it, update it, and finally update > the DB when/if the > form is submitted. > > -Original Message- > From: Ryan Cornia [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 12, 2001 4:36 PM > To: [EMAIL PROTECTED] > Subject: How do you pass a data obj

RE: How do you pass a data object for editing?

2001-12-12 Thread Stephen Owens
:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 4:36 PM To: [EMAIL PROTECTED] Subject: How do you pass a data object for editing? I'm interested in finding out how other people are passing data objects between requests for updating. For instance - User clicks "Edit Record"

How do you pass a data object for editing?

2001-12-12 Thread Ryan Cornia
I'm interested in finding out how other people are passing data objects between requests for updating. For instance - User clicks "Edit Record" I load the data object from the database, copy the properties to the form, and put the data object in the session. When the users presses save on the