Re: Null values for Nested object properties after Form submission.

2014-11-26 Thread Arpan
Hi Lukasz, I have changed accordingly and values are populating properly. Thank you for that link. Cheers On Wed, Nov 26, 2014 at 10:01 PM, Lukasz Lenart wrote: > 2014-11-26 17:26 GMT+01:00 Arpan : > > Hi Lukasz, > > > > Even after adding no-arg constructor, the properties of nested > > objec

Re: Null values for Nested object properties after Form submission.

2014-11-26 Thread Lukasz Lenart
2014-11-26 17:26 GMT+01:00 Arpan : > Hi Lukasz, > > Even after adding no-arg constructor, the properties of nested > object(application) remains null. > But I am getting values of the properties of upper level object > 'ConfigBean' properly. > > Is there anything I am missing! Yeah... 'applicatio

Re: Null values for Nested object properties after Form submission.

2014-11-26 Thread Arpan
Hi Lukasz, Even after adding no-arg constructor, the properties of nested object(application) remains null. But I am getting values of the properties of upper level object 'ConfigBean' properly. Is there anything I am missing! Thanks On Wed, Nov 26, 2014 at 5:42 PM, Lukasz Lenart wrote: > 2

Re: Null values for Nested object properties after Form submission.

2014-11-26 Thread Lukasz Lenart
2014-11-26 12:36 GMT+01:00 Arpan : > Hi, > > I have a nested bean object, whose properties I am able to load in my jsp > and I can see the values. > But after Form submission, I am getting null values of the properties of > the nested object in my action. > I am implementing ModelDriven interface.

Null values for Nested object properties after Form submission.

2014-11-26 Thread Arpan
Hi, I have a nested bean object, whose properties I am able to load in my jsp and I can see the values. But after Form submission, I am getting null values of the properties of the nested object in my action. I am implementing ModelDriven interface. ConfigBean has 'application' as its nested bean,