Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Won't Fix
-
2.3.16.3
-
None
-
JDK 1.7
Description
Our ui developers are posting json to our actions and when I look at the console in Chrome the data posted looks like
someArray[]:value1
They do this post via an ajax post using jQuery.
I have a method someArray( String[] someArray) but that's never called. I insisted that I'd get the data as someArray[0]:value1 one but they think that is not necessary and the current way should work just fine.
Anyidea how to make the call work ? Is this a bug ? Is the way they post the data incorrect ?