I''ve got an autocomplete field
text_field_with_auto_complete(:query, :text, {}, :skip_style =>
true, :tokens => ",")
and some radio buttons in the same form :
radio_button_tag(:domain, "product", :checked => true)
radio_button_tag(:domain, "user")
but in my controller function "auto_complete_for_query_text" i
don''t
know how to take radio buttons values.
someone can help me?
Regards.
--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---