I am creating a multiple-selection list box with :

 <% form__list1 = [] %>
<%= select_tag, options_for_select(["A","B","C","D"], selected ="A"),
html_options = {"size" => 5, "multiple" => true}) %>

I get
wrong number of arguments (0 for 1)
alluding to form__list1[] . How else should I specify this to not have
this error? -Janna B

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to