Makrus, as far as I understood your problem, you don't have to
include :select in your path manually. Since your form uses :get
method, params will be sent via url automatically, you have only to
name them properly:
<% form_tag catalogues_path, :method => :get do %>
<%= text_field_tag :select, params[:select] %> <%=
submit_tag "Find", :name => '' %>
<% end %>
--
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.