hi,
I have a scenario like:
I display a single row on the JSP with four columns (using <html:text tags)
I have a "Add New" button below the table. User can click the button and a new row should get added to on the JSP.
I have two questions here:
1. Is it possible to add a new row in javascript when <html:text tags are used
2. Once the rows are added and the user submits the request. How do I read the collection from the table.
Any help is appreciated..
Thanks,
RSP