Frederick Cheung wrote:
> On 3 Mar 2009, at 16:47, Frank Kany wrote:
> 
>> page I can click on each of the drop down boxes and select an item,  
>> but
>> for some reason they will not save to the database fields.
> 
> Hard to tell without the matching controller code but I'm guessing
> that your controller code is expecting the collection_select
> parameters to be in the same place as other ones (ie inside
> params[:time_subtype], assuming that's the name of your model) but it
> won't be because you're using a raw collection_select rather than
> form.collection_select.
> 
> Fred

Ahhhh....the form.collection_select pointed me in the right direction. 
I've attached my changes.  Thank you Fred & Sébastien for your replys.


Attachments:
http://www.ruby-forum.com/attachment/3382/form.txt

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