Hello, I want to update more than 1 div inside the page with 1 AJAX call. I noticed you can only render 1 at a time in Rails methods and also you can only set 1 update: inside form_remote_for.
What is the best way to update more than once? I was thinking to deliver it back in hidden field and then use JavaScript to upload it in the other DIV. I'm guessing though there must be better way to do this in rails Any ideas? Thanks, Tam -- 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 [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 -~----------~----~----~----~------~----~------~--~---

