[Rails] Re: AJAX render :partial does not update if specified view matches current view

2009-07-22 Thread Thomas Allen
Is what I'm attempting possible with render :partial? On Jul 20, 3:55 pm, Thomas Allen thomasmal...@gmail.com wrote: I have some simple code that renders a form to an element specified in form_remote_tag :update. The problem is that, if the loaded view matches the view to render, Rails does

[Rails] Re: AJAX render :partial does not update if specified view matches current view

2009-07-22 Thread Frederick Cheung
On Jul 22, 1:51 pm, Thomas Allen thomasmal...@gmail.com wrote: Is what I'm attempting possible with render :partial? Have you checked with firebug to see what is actually going back and forth between the browser and the server ? (fun issues like the browser helpfully autocompleteing the new

[Rails] Re: AJAX render :partial does not update if specified view matches current view

2009-07-22 Thread Thomas Allen
Hm, I'll try explicitly setting the [nonstandard] autocomplete attribute off in the inputs... Thomas On Jul 22, 9:02 am, Frederick Cheung frederick.che...@gmail.com wrote: On Jul 22, 1:51 pm, Thomas Allen thomasmal...@gmail.com wrote: Is what I'm attempting possible with render :partial?