Hi, all I''m using DOJO''s tree widget, when I perform a function on the tree it sends a GET with an "action" parameter and a "data" parameter with JSON data. I have a controller called ''tree'' and if I create a child node on the tree the request looks like this: GET /tree?action=createChild&data=[JSON ....stuff goes here] Problem is that Rails overwrites that action parameter with the rails action. Is there some way I can tell Rails to assign the ''action'' request parameter to :action? Justin -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---