You''re probably doing something wrong. It looks like you''ve
called
encodeURIComponent (or a similar function) one too many times.
TAG
On Jul 26, 2007, at 7:38 AM, shedis wrote:
>
> Hi,
>
> I''m using Form.serialize to build a string to be used in ajax
call.
>
> Form.serialize("frmQueryEvent")
>
> The string sent to server looks like this:
>
>
> txtreceived=%26txtsent%3D%26txtpri%3D%26txtipaddr%3D%26txtmacaddr%3D
> %26txthostname%3D%26txtuserid%3DUSERID%26txtusername%3D%26txtdomain
> %3DMYDOMAIN%26txtisadmin%3D%26cbxLogon%3DAll&_= HTTP/1.1
>
> When the server receives this is not able to construct the query
> parameters.
>
> Has anyone has encountered this or i''m doing something wrong here?
>
> regards,
>
>
> >
--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---