Re: Upgrading Struts from 2.3.16 to 2.3.31

2016-11-17 Thread abhishek verma
Hello, I went on to debug OgnlRuntime class and found that method public static List getDeclaredMethods(Class targetClass, String propertyName, boolean findSets) has new code to handle java bean. Version 2.3.16 : String baseName = Character.toUpperCase(propertyName.charAt(0)) +

Re: Upgrading Struts from 2.3.16 to 2.3.31

2016-11-17 Thread Lukasz Lenart
2016-11-17 20:53 GMT+01:00 abhishek verma : > Can someone please suggest a solution at configuration level that does not > require setter/getter changes in each and every Action classes ? There is no such way to restore the old behaviour using a configuration

Re: Upgrading Struts from 2.3.16 to 2.3.31

2016-11-17 Thread Lukasz Lenart
2016-11-17 20:53 GMT+01:00 abhishek verma : > Can someone please suggest a solution at configuration level that does not > require setter/getter changes in each and every Action classes ? There is no such way to restore the old behaviour using a configuration