tags:

views:

10

answers:

0

I have an IceSoft dataTable, with the rows populated by an EJB. Some of the columns are input text fields, and when the page first fires up, the fields are populated with what is in the db.

I want the user to be able to change any of the text in the input text fields, then hit "save", and have it saved in the db.

Do I need to iterate over the html table rows to get the new values, then set the fields in the EJBs and save the EJBs?

If so, is iterating over the rows in the table straight forward?