Description
Hi.
Upgrading my app from struts 2.3.15.3 to 2.3.28 I found a kind of bug with tags on JSP files.
When I make reference to firstObject.sObject.property on test.jsp file, it dont works, I couldn't take the value but, if I change the name of sObject on firstObject to sobject, and rename the getters and setters it's works.
Also I could change the jsp property to firstObject.SObject.property without changing the object class and it works.
You could find a test project on https://github.com/adrisanchez/strutsExample where you could test that issue.
Attachments
Issue Links
- duplicates
-
WW-4616 Unable to receive GET parameters with field name 'cId'
-
- Closed
-