Hi Everyone,
I am new to Spring framework and getting some problem in saving a simple form.
I have a
jsp page with form having following six fields and corresponding columns in a table -
title
firstname
lastname
address
email
phone
It represents a
Customer object which has a
PersonInitial object -
How can I set Customer object with PersonInitial object when submit the form. With following controller implementation I am getting null values in title, firstname and lastname -
Thanks for any help.