Joined: Sun Oct 28, 2007 9:08 am Posts: 12
|
Hello everybody.
I am new to Hibernate. So i hav a problem.
I am creating a jsp web page for managing family information. And in that page I had to save information about the head of family & other family members. And the information about other members is entered by the textboxes generated at run time (by javascript).
I am using two bean classes one for head member & the second for other members.
The problem is that how do I map the second bean class with run time generated textboxes.
And because there may be many other members , so should i use an array of second bean class or single bean would be enough?
|
|