Struts--handling dynamicaly genereated textboxes
hi all, i am working in my struts application. I am taking some values from a database table and displaying it in a jsp form.Against each fields i setted a textbox.Now i want to take the contents of that textboxes.I dont know how many textboxes are there,because i am displaying the contents by using for loop and ARRAYList. So how i write the property names of that textboxes..and how i write the get set methods.. I am waiting for your valuable reply.. Regards Sudheesh
|