You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Markus Bohr (JIRA)" <ji...@apache.org> on 2017/03/29 13:01:41 UTC

[jira] [Created] (WW-4778) Property binding does not work correctly for attribute lName with setter setLName()

Markus Bohr created WW-4778:
-------------------------------

             Summary: Property binding does not work correctly for attribute lName with setter setLName()
                 Key: WW-4778
                 URL: https://issues.apache.org/jira/browse/WW-4778
             Project: Struts 2
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.3.31
         Environment: did NOT appear in struts2.3.15.3, and now appears in struts2.3.32
            Reporter: Markus Bohr


Property binding does not work correctly for attribute lName with setter setLName() 
(camel case problem in OSGL???? couldn't check this out in detail due to lack of time...)
workaround: lName renamed to lastName and setLName() renamed to setLastName()

Method setLastName() is recognized correctly (name of method keyed inside methodsByPropertyName for key "lastName" is "setLastName" as expected), whereas setLName() is not (name of method keyed inside methodsByPropertyName for key "lName" is "get")



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)