Hello,

I am trying to add items for Ajax.Updater using

var params = new Array();
params.groupnumber = group_number;
params.emailaddress = email_address;
 etc etc

in place of

var params =
({groupnumber:group_number,emailaddress:email_address,etc});

but get error message from the server saying that the URL is too long
so I must be wrong?! Is the

var params = new Array();

wrong?

Cheers

Geoff

var params = new Array();

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to