Hi,
I am using the nested:text tag in my
JSP and when the page first loads the nested property I specify in my tag displays the right value. However on submit, I get the following exception stack trace:
Here's the code from my JSP:
My ActionForm has the property -Address(user defined object) and the getter for the address property is:
The address object contains the Street object which in turn contains the line1, line2, line3 and line4 properties of the type
String.
Any ideas on where I am going wrong?
Thanks,
Kailash