I used Ryan Bates'' Railscasts episodes 73-75 to build forms with dynamic added models in complex forms. Everything works great, but displaying validation errors are a big mess since it displays it''s own box for each individual error, including an error for each invalid child record in the parent box. How can I group the errors to display in one box for all the dynamically added models and the main model? I found this solution, but it doesn''t really work for dynamically added models and looks super ugly if you try to use it with Ryan Bates style forms: <%= error_messages_for :every, :single, :model %> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---