thisisboni
November 29th, 2004, 08:58 AM
Hi,
I have a jsp page where I want to enter the grades of a student.
Now I am populating the student field from an arrayList retrieved from a servlet (this part is working fine !)
However, I am not sure how I collect all the graded (input from user) into an ArrayList and pass it to a servlet !
<input type="text" name="grade" size="10" maxlength="30">
doing this would return a 1 string I want to get the "grades" as an ArrayList
thanx,
Samik
I have a jsp page where I want to enter the grades of a student.
Now I am populating the student field from an arrayList retrieved from a servlet (this part is working fine !)
However, I am not sure how I collect all the graded (input from user) into an ArrayList and pass it to a servlet !
<input type="text" name="grade" size="10" maxlength="30">
doing this would return a 1 string I want to get the "grades" as an ArrayList
thanx,
Samik