Hi All,
I am new to Struts and need to implement a functionality where a
new row is added to table (generated using logic:iterate tag on JSP page )
on the fly(using javascript) and handling newly added row in DynaActionForm
so that row gets saved to database. Need to know how to create a bean for
newly added row.Suggestion will be highly appreciated. Thanks in advance

