[Rails] Re: select_tag with multiple set to true returns a String in params instead of array

2009-05-05 Thread dinoD
awesome, fixed. thanks fred. On May 5, 11:42 am, Frederick Cheung wrote: > On May 5, 4:07 pm, "dino d." wrote: > > > Hi - I'm trying to get a multi-select box working.  The form shows up > > fine, and I can select multiple items fine, but in the controller, the > > parameter shows up as a sing

[Rails] Re: select_tag with multiple set to true returns a String in params instead of array

2009-05-05 Thread Frederick Cheung
On May 5, 4:07 pm, "dino d." wrote: > Hi - I'm trying to get a multi-select box working.  The form shows up > fine, and I can select multiple items fine, but in the controller, the > parameter shows up as a single string, instead of an array of values. > Any ideas? > > The form: > > <%=select_t