Displaying 1 result from an estimated 1 matches for "menu_sections".
Did you mean:
menu_section
2006 Aug 03
3
HELP: multiple select list in ror
...if there are
multiple. However, when saving it only returns one value in the params
even though I select several. My params with 2 menus selected looks like
this:
Parameters: {"commit"=>"Create", "action"=>"create",
"controller"=>"menu_sections", "menu_section"=>{"name"=>"test Menu",
"display_name"=>"", "position"=>"56"}, "menu_select"=>"1"}
I know there must be something simple wrong but I can''t see what. Why
isn'...