I'm passing a parameter string to parameter: of the Ajax.Request object.  My 
string looks like:

stamp=1293946016965&LookupIndex=1&p_meetid=10066&p_session=5&p_division=Sr+16%2b&p_level=8&page=1&limit=50&query_name=lookup_scores

See: p_division=Sr+16%2b (this is correct at this point)

When I examine the post from the console it is changed to: 
 p_division=Sr%2b16%2b
This is incorrect, because server side it becomes: Sr+16+
What I need is: Sr 16+ which this Sr+16%2b would yield.

Is this expected, this additional encoding?  Does this mean I can build a 
parameter string with no encoding?  Should I encode the space differently?

Karl..


-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to