[Rails] Select_tag don't "save" the values
Hi!
I have a problem.
I create a search in will_paginate like Ryan Bates tutorial:
http://railscasts.com/episodes/51-will-paginate
but with light modification of code:
> <% form_tag clients_path, :method => 'get' do %>
> <%= select_tag :gender, options_for_select([['Select',nil],['Male',
> true],['Female', false]]) %>
> <%= submit_tag "Search", :name => nil %>
> <% end %>
When I select "Male"(for example) click "Search" button, I find what I
need, but! the option in select_tag is "Select".
How I can do that's option at my select_tag after select "Male" and
click submit_button will be "Male"?
Cheers, Michael
--
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@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home