Hi there,
I'm using a form tag to implement a search text_field.
<% form_tag catalogues_path(:select => params[:select]), :method
=> "get", :class => "search_form" do %>
The problem is the catalogues_path which should consist a select
param. Unfortunately the select param doesn't get handed over in the
upper example...
Any hint will be appreciated!
Thanks
Makrus
--
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.