Hi all, I'm just wondering what is the best practice in rendering a page. My case is i have 3 separated forms inside 1 page, each with different functionality. Right now, i divided them into 3 partials (let's say partials a,b, and c) , and render them by using render :partials at the index page.
Partial c is constantly refreshed by using periodically_call_remote. Suppose I want to "update" the data in partial a due to user action, is it possible to do that without re-rendering the entire page? regards, Arga -- 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.

