RE: multi row / multi col input forms

2003-01-23 Thread Neil Carusetta
* Subject: RE: multi row / multi col input forms * Date: Thu, 02 Jan 2003 15:44:18 -0800 Here's one way to do it: Let's say you want to be able to record the grades of some students across a number of classes. First define a Bean called StudentGrades: Package example; public

Re: multi row / multi col input forms

2003-01-23 Thread V. Cekvenich
row / multi col input forms * Date: Thu, 02 Jan 2003 15:44:18 -0800 Here's one way to do it: Let's say you want to be able to record the grades of some students across a number of classes. First define a Bean called StudentGrades: Package example; public StudentGrades { private String

RE: multi row / multi col input forms

2003-01-03 Thread Mike Ash
Thanks! I finally see the light. -Original Message- From: James Turner [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 5:44 PM To: 'Struts Users Mailing List' Subject: RE: multi row / multi col input forms Here's one way to do it: Let's say you want to be able to record

multi row / multi col input forms

2003-01-02 Thread Mike Ash
Is there a way to get the inputs from an html form that has something like: col1col2col3 row x x x row x x x row x x x where x may or may not be entered and the input boxes are named like col1, col2, col3. So if a user

Re: multi row / multi col input forms

2003-01-02 Thread Khalid K.
PROTECTED] Sent: Thursday, January 02, 2003 1:46 PM Subject: multi row / multi col input forms Is there a way to get the inputs from an html form that has something like: col1 col2 col3 row x x x row x x x row x x x where x may or may not be entered and the input boxes are named like col1

RE: multi row / multi col input forms

2003-01-02 Thread Mike Ash
it really was except which column it didn't come from. Clear as mud? -Original Message- From: Khalid K. [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 3:51 PM To: Struts Users Mailing List Subject: Re: multi row / multi col input forms please read the post below from Craig

RE: multi row / multi col input forms

2003-01-02 Thread James Turner
' Subject: RE: multi row / multi col input forms I understand what he is saying about setter methods perhaps I am not explaining the problem correctly The exact example is I am trying to display a listing of a dynamic number of projects with hours assigned to them by day for a given week

RE: multi row / multi col input forms

2003-01-02 Thread Mike Ash
OOPs! If I were to RTFM I would have found it, the tags have the indexed attribute. Thanks! -Original Message- From: Khalid K. [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 3:51 PM To: Struts Users Mailing List Subject: Re: multi row / multi col input forms please read