You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Adrián Sánchez (JIRA)" <ji...@apache.org> on 2016/10/12 12:06:20 UTC

[jira] [Created] (WW-4699) Issue resolving objects name on struts tags

Adrián Sánchez created WW-4699:
----------------------------------

             Summary: Issue resolving objects name on struts tags
                 Key: WW-4699
                 URL: https://issues.apache.org/jira/browse/WW-4699
             Project: Struts 2
          Issue Type: Bug
          Components: Core Tags
    Affects Versions: 2.3.28
            Reporter: Adrián Sánchez


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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)