The parameters are passed but only the first one because you either have to
serialize the data or build your own serialized string.
If you want just a few fields and your form contains many more than that
you can build your own like this:
parameters: 'name='+escape($F('idName')) +'&price='+escape($F('idPrice')),
Otherwise use:
parameters: $('myform').serialize(),
On Thu, Feb 14, 2013 at 12:56 PM, mike <[email protected]> wrote:
> You use something like Firebug or Chrome Developer Tools. See whether the
> parameters passed?
> Also in you javascript code is missing a comma after parameters line.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Prototype & script.aculo.us" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
> prototype-scriptaculous+**[email protected]<prototype-scriptaculous%[email protected]>
> .
> To post to this group, send email to prototype-scriptaculous@**
> googlegroups.com <[email protected]>.
> Visit this group at http://groups.google.com/**
> group/prototype-scriptaculous?**hl=en<http://groups.google.com/group/prototype-scriptaculous?hl=en>
> .
> For more options, visit
> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
> .
>
>
>
--
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.