anicraj
Jul 16th, 2007, 10:21 AM
Hi,
Am new to spring mvc. I have a form with 3 sections, and each section has to be mapped to 1 object. For ex my command object is Customer and it has a field Address which is another object which has to be mapped to address fields in the form. I gave the path as address.addressLine1 in the form but its not working, i get the following Exception thrown : org.springframework.beans.NullValueInNestedPathExc eption: Invalid property 'address' of bean class
Any help is appreciated.
Thanks
Am new to spring mvc. I have a form with 3 sections, and each section has to be mapped to 1 object. For ex my command object is Customer and it has a field Address which is another object which has to be mapped to address fields in the form. I gave the path as address.addressLine1 in the form but its not working, i get the following Exception thrown : org.springframework.beans.NullValueInNestedPathExc eption: Invalid property 'address' of bean class
Any help is appreciated.
Thanks