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<ConfigBean> interface. ConfigBean has 'application' as its nested bean, which has 'portNumber' property. I am using all the getter and setter methods.
<s:textfield name="application.portNumber" /> Can anyone suggest anything. Thanks Arpan