hi all,
i have a bean name "Student" consists of name, address, age, mobile.
I can display all the students details in
jsp by query the database and inserting each records in Student bean, so the Student list will look like
and the iterator in jsp is like
How can i get the student list in action so that i can iterate it and persist it into database. (i do have getters and setters of the list in action)
Any suggestion / Comments would be great.