Duane Morin
2006-Jun-14 15:56 UTC
[Rails] Force rendering an otherwise remotely updated section
I''ve got a place where the user can add lines to an array of data, refreshing the form remotely in place so that every time you submit, a new line of output shows up and you can continue editing. When the user comes back to this page, though, I would like to start by showing all the array elements that are already in there. In other words, I want to render the partial once, that first time, before the user has submitted anything. Suggestions? -- Posted via http://www.ruby-forum.com/.