Hi, I created 3 selection list. I am able to save the values of the selection lists into the table. But I have problems with editing page as only the last selection list''s value is shown on the edit page. View of first list: <select id="my_number_codes" name="my_number[codes]"> <option value="256">256</option> <option value="512">512</option> <option value="2048">2048</option> <option value="4096">4096</option> <option value="8192">8192</option> <option value="16384">16384</option> <option value="34768">34768</option> </select> View of last list: <select id="my_number_confirm" name="my_number[confirm]"> <option value="1">YES</option> <option selected="selected" value="0">NO</option> </select> Can anyone please help me resolve this problem? Thanks, fries88 -- 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?hl=en -~----------~----~----~----~------~----~------~--~---