Dynamic table creation in JSP,
March 29, 2010 at 1:08 PM
HI
We are using Struts2 framework and our requirement is to create simple entry form. So this form will be having one table, we are facing problem while creating this table as we want it to be dynamic. Whatever values are there in the database should come in this table in update mode not only on display mode. Our doubt is do we need to create getter and setter method for all cells of table or is there any way to implement this dyanmic table in JSP.