Re: Handling multiple rows

2004-11-01 Thread Kevin Bridges
shwin, > > > > I put my results (as a List object) into request scope then use > > Displaytag(.org) to show the results in a nice table inside my JSP. > > > > Regards, > > David > > > > -Original Message- > > From: Ashwin Desai [mailto:[EM

RE: Handling multiple rows

2004-11-01 Thread Ashwin Desai
g) to show the results in a nice table inside my JSP. > > Regards, > David > > -Original Message- > From: Ashwin Desai [mailto:[EMAIL PROTECTED] > Sent: Sunday, October 31, 2004 9:56 PM > To: Struts Users Mailing List > Subject: Re: Handling multiple rows >

RE: Handling multiple rows

2004-10-31 Thread David G. Friedman
PM To: Struts Users Mailing List Subject: Re: Handling multiple rows David, Thank you for referring me the other day to hibernate, that product exceeded my expectations and allowed me to move on to other things. I was able to start interacting with my databases that same day. I'm curio

RE: Handling multiple rows

2004-10-31 Thread David G. Friedman
lto:[EMAIL PROTECTED] Sent: Sunday, October 31, 2004 11:05 PM To: Struts Users Mailing List Subject: Re: Handling multiple rows David, Thank you for referring me the other day to hibernate, that product exceeded my expectations and allowed me to move on to other things. I was able to start interacti

Re: Handling multiple rows

2004-10-31 Thread Kevin Bridges
o show the results in a nice table inside my JSP. > > Regards, > David > > > > -Original Message- > From: Ashwin Desai [mailto:[EMAIL PROTECTED] > Sent: Sunday, October 31, 2004 9:56 PM > To: Struts Users Mailing List > Subject: Re: Handling multip

RE: Handling multiple rows

2004-10-31 Thread David G. Friedman
Subject: Re: Handling multiple rows Hi, I have a HTML page where I need to display multiple rows of information from the user at a time. The number of rows is configurable. I need to display text fields so that the user can enter information & submit it to my Action. I tried using

Re: Handling multiple rows

2004-10-31 Thread Andrew Hill
QUIT SPAMMING THE LIST! http://www.catb.org/~esr/faqs/smart-questions.html Reposting your question every 5 minutes is a brilliant way to really annoy people and guarantee that of those people who could help you , almost all will not due to your rudeness. (Though they will quite happily spend the

Re: Handling multiple rows

2004-10-31 Thread Ashwin Desai
Hi, I have a HTML page where I need to display multiple rows of information from the user at a time. The number of rows is configurable. I need to display text fields so that the user can enter information & submit it to my Action. I tried using the DynaActionForm class & defined a property with

Handling multiple rows

2004-10-31 Thread Ashwin Desai
Hi, I have a HTML page where I need to display multiple rows of information from the user at a time. The number of rows is configurable. I tried using the DynaActionForm class & defined a property with the type of "myclass[]" but it did not work. I was wondering if there is any other way to deal

Handling multiple rows

2004-10-31 Thread Ashwin Desai
Hi, I have a HTML page where I need to display multiple rows of information from the user at a time. The number of rows is configurable. I tried using the DynaActionForm class & defined a property with the type of "myclass[]" but it did not work. I was wondering if there is any other way to deal

Handling multiple rows in jsp

2004-10-31 Thread Ashwin Desai
Hi, I have a HTML page where I need to display multiple rows of information from the user at a time. The number of rows is configurable. I tried using the DynaActionForm class & defined a property with the type of "myclass[]" but it did not work. I was wondering if there is any other way to deal