Joined: Tue Feb 05, 2008 6:24 am Posts: 3
|
I am using struts and hibernate,
in my application i had a form that contains a three text boxes that and i can persist the values that are provided in the text fields.by using FormBean and hibernate pojo class.it is working fine.
the fom contains an add button that adds another three text boxes writen code inclient side java script.
when submitting the form i t is sending the two rows values(ie 6 text fields) but is is persisting one row values only.
to store the two rows values how can i modify the code in Hibernate and struts code
thanks in advance
|
|