On 3 Mar 2009, at 16:47, Frank Kany wrote:
> > Good morning, > > I have a form with 5 fields. When I click "Save", 3 of the 5 fields > save to the database and the other 2 are saved as NULL. > > The form code is attached. > > The 2 fields that will not save are using collection_select. On the > web > 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 > > > Thank you, > > Frank > > Attachments: > http://www.ruby-forum.com/attachment/3381/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 -~----------~----~----~----~------~----~------~--~---

