Is there a way to capture the querystring and send that along as part of a form post? I\'m using Rails 2.3.5 and my user is on a page that has multiple querystring parameters. O
<% form_tag params.merge(:action=>"someAction") do %>
- No route matches [POST]