Hi,
Sorry to be late here, but i need an immediate help. I am new to
struts and recently put into a struts project.
FYI
I have a
jsp file, where I am getting values from SQL SERVER 2000 database using an Action Class and A Form Bean.
This jsp view is as a tabular format, where data is populated.
Selectbox text checkbox checkbox text text cancel_image
This page having operations like cancel_row / save_table / add_row
First : I need to populate the values from database to this jsp page during the opening of this page
Second : how can I add row to this table dynamically so that I can enter a few records and save the data to the database.
Third : When I save the records the values must go to ActionServlet, where I need them all in an ArrayList.
Kindly see the code below.
-Thanks & Regards,