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
__
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
2 matches
Mail list logo