RE: Displaying data retrieved from a database

2001-06-13 Thread Luna, Kat
-From: Michael Mok [mailto:[EMAIL PROTECTED]]Sent: Tuesday, June 12, 2001 10:33 AMTo: [EMAIL PROTECTED]Subject: Re: Displaying data retrieved from a database Hi Kat   In my struts-config         type="org.teatimej.timesheet.EditTimeSheetAction"

Re: Displaying data retrieved from a database

2001-06-12 Thread Michael Mok
ret.com/teatimej - Original Message - From: Luna, Kat To: '[EMAIL PROTECTED]' Sent: Tuesday, June 12, 2001 8:36 PM Subject: RE: Displaying data retrieved from a database Michael,   What exactly do you mean when you say "assign the arraylist"

Re: Displaying data retrieved from a database

2001-06-12 Thread William Jaynes
PROTECTED]] > Sent: Tuesday, June 12, 2001 1:25 AM > To: [EMAIL PROTECTED]; 'Jonathan Asbell' > Subject: RE: Displaying data retrieved from a database > > > Jonathan > > A way of doing this is to use the java.util.ArrayList object. If you have a > bean

RE: Displaying data retrieved from a database

2001-06-12 Thread Luna, Kat
  Regards   Michael Mok www.webappcabaret.com/normad     -Original Message-From: Jonathan Asbell [mailto:[EMAIL PROTECTED]]Sent: Tuesday, 12 June 2001 10:09To: [EMAIL PROTECTED]Subject: Displaying data retrieved from a database I was interested in how you all were

RE: Displaying data retrieved from a database

2001-06-11 Thread Michael Mok
Asbell [mailto:[EMAIL PROTECTED]]Sent: Tuesday, 12 June 2001 10:09To: [EMAIL PROTECTED]Subject: Displaying data retrieved from a database I was interested in how you all were displaying data retrieved from a database.  My notion is that in your Actions perform() method you will make

Displaying data retrieved from a database

2001-06-11 Thread Jonathan Asbell
I was interested in how you all were displaying data retrieved from a database.  My notion is that in your Actions perform() method you will make calls and get results.  But where do you put the results?  Do I save the data to a bean which I pass in the request to a waiting Tag class on the