[ https://issues.apache.org/jira/browse/WW-4925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16395133#comment-16395133 ] Lukasz Lenart commented on WW-4925: ----------------------------------- Please use IDE to generate the setter and you will see the difference. The previous behaviour was wrong, it was against JavaBeans Specification. > Date Parameters are not set in action class after struts upgrade to 2.3.34 > -------------------------------------------------------------------------- > > Key: WW-4925 > URL: https://issues.apache.org/jira/browse/WW-4925 > Project: Struts 2 > Issue Type: Bug > Affects Versions: 2.3.34 > Environment: Windows > Reporter: saisri > Priority: Major > Fix For: 2.3.28 > > Attachments: DsSearchAction.java, calendar.htm, dsSearch.js, dsSearch.jsp, struts.xml > > > Setter methods of all other parameters are called in action class except for date parameters when struts version is upgraded from 2.3.15 to 2.3.34. > All the time the setter and getter for date parameters.return "null" value. > For date components, dojo with jmaki ui wrapper framework is used to publish the url with values from UI. From UI, values are reaching to network. No issue here. > In struts.xml, result type for this action is json. Everything is working fine in previous version 2.3.15.. > h2.   -- This message was sent by Atlassian JIRA (v7.6.3#76005)