I have a form, with some value such as name/description belong to one table eg. tbl_1, they are obviously got submited, I have checked all contents in @param. However, I also have 2 multi-selection list in the form, the selected value does not show up at all in the @param dump. These two list are not directly related to the tbl_1, but tbl_2 and tbl_3, which both has n to 1 relationship with tbl_1. When I check the @param in the action in controller, the multi-lists are not even mentioned. I am very new on RoR, I probably missed something obvious... Please help! Thanks for any help! -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---