nas wrote:
> Whenever you pass more than one parameter in an rjs using redirect_to
> then it always adds & in the beginning of parameters after the
> first one. I had this issue as well in the past and after spending
> hours to fix it, I ended up using only redirect_to instead of
> redirect_to from rjs (basically I couldn't sort it out).
> 
> My guess is that, & is added by prototype somehow.

Try using:
 :escape => false

as an additinal Parameter.
-- 
Posted via http://www.ruby-forum.com/.

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

Reply via email to