I dont think the brackets should be in the name of the input element
the request object takes the input elements with the same names and returns those as an array with the getParameter


try

<input type="checkbox" name="groups" value="1"/> group 1

cheers,
Gertjan

Vlad Golodov wrote:

Hi!

was trying for a while to get an array from cocoon request in a JS flow. I
don't use CForms.

Such code is submitted:
<input type="checkbox" name="groups[]" value="1"/> group 1
<input type="checkbox" name="groups[]" value="2"/> Group 2
<input type="checkbox" name="groups[]" value="3"/> Group 3

In JS I was trying to get it in ways:
var groups = cocoon.request["groups"];
var groups = cocoon.request.groups;
var groups = cocoon.request.getParameter("groups");

Any ideas what could be wrong?

Thanks in advance,

Vlad




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]







---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to