On Mon, Aug 31, 2009 at 6:41 PM, RVince<[email protected]> wrote:
>
> Thank you Hassan -- perhaps I am doing something stupid and not
> realising it? It is failing for me in Firefox (latest version) and
> Chrome (latest version) I have not tested MSIE. I am running Rails
> 2.3.2.
First, make sure you're running Firebug with FF so you can see if
any JS errors are causing your script(s) to exit.
Second, in my simple test case I have the following:
<%= link_to_remote 'Get another opinion',
:url => {:action =>'opinion', :method => 'get'}, :update => 'things/opinion' %>
<%= render :partial => 'opinion' %>
--
Hassan Schroeder ------------------------ [email protected]
twitter: @hassan
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---