Hi, Is there a simpler way to implement the view-component of nested forms as it was done in Railscast #75 (Complex Forms Part 3) in Rails 2.3?
I'd like to add and remove the owned objects dynamically using AJAX requests, but using f.fields_for :object do |object_form| doen't let me load new objects into the form - or at least I don't fully understand how that should work. Should I use fileds_for :object, iterator do |object_form instead? Does anyone know a simple example for this kind of usage on the web? Thanks for any advice! Best regards --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

