You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Q (JIRA)" <ji...@apache.org> on 2015/10/23 21:50:27 UTC

[jira] [Created] (WW-4557) Posting array with ajax

Q created WW-4557:
---------------------

             Summary: Posting array with ajax
                 Key: WW-4557
                 URL: https://issues.apache.org/jira/browse/WW-4557
             Project: Struts 2
          Issue Type: Bug
          Components: Core Actions, Plugin - JSON
    Affects Versions: 2.3.16.3
         Environment: JDK 1.7
            Reporter: Q
            Priority: Critical


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 ?





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)