Hi all, I''m curious to what is the best practice/solution for handling one-to-many relationships in a single form not using AJAX. For example, if I have a question with many choices (e.g. a multiple choice survey), It''s generally a better user experience to have a form that allow the user to edit the question & the choices on the same form (one save instead of multiple save). For non-RESTful solution, I generally use field_for inside another form_for. However, lumping all these info into one form seems to be break Rail''s RESTful convention. On top of it all, whenever I face this kind of single-form x-to-many CRUD, I generally find myself writing a semi-complex validation loop. Do you guys have any other solutions to this problem? I await for your wisdom. :) David --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---