Frederick Cheung wrote: > On Sep 29, 10:12�pm, Knut Linke <[EMAIL PROTECTED]> > Any javascript errors? When I load the page in IE or FF no error is shown. (if you haven't already installed firebug then > install it now - it will tell you a lot more when javascript errors > crop up). I have FB open, but the page looks ok. When I click on the send button, no action is startet. Where should I look for mentioned JS errors in the FB? I have currently only use the HTML view
> If your form_remote_tag/link_to_remote/etc... is using an :update > option, then ditch it. My partial contains: <div id="comment"> <%= render :partial => 'comment/list', :collection => @pattern.comments %> </div> An the form which sends the request is setup by: <% form_remote_for :comment, :url => {:controller => "comment", :action => "createajax" }, :html => { :id => 'comment_form' } do |f| %> So nothing to ditch used :( or did I get your wrong? > Fred Cheers, Knut -- 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 rubyonrails-talk@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---