RE: Issues with Tomcat 7.0.57 not loading ActionServlets

2015-05-21 Thread Martin Gainty
If Maven is a Lamborghini ..then Ant is a Yugo You can drive to end of the block with Yugo if you dont mind repairing it every few feet Once you start driving your builds with Maven I guarantee you *wont* go back to Ant *keep us apprised* Martin __

user@struts.apache.org

2015-05-21 Thread Greg Lindholm
Using S2 2.3.16.3 My action wants to take an array of parameters, if they are passed like arr=1&arr=2&arr=3 then everything works fine. But by default JQuery encodes arrays as URL parameters like arr[]=1&arr[]=2&arr[]=3, the parameters get named "arr[]" instead of "arr". My action has a setter l