> The only interaction I want is from javascript to Rails. While the > params does seem to be grabbing the query string, it is always returning > the "-" in front. >
Oh then you are doing it all wrong, you should be usign a getScript and let rails return a js.erb file that uses a partial to redraw part of the page. check this example code http://github.com/rbritom/Simple_polymorphic_nested_comments -- 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.

