<% remote_form_for(:comment, :url => comments_path) do |form| %>
New Comment <%= form.text_area :body, :rows => 10, :cols => 50 %> <%= submit_tag "Create" %> <%= button_to_function "Cancel" do |page| page.visual_effect :blind_up, "new_comment_form_for_post_#{@post.id}" page.show "add_comment_link_for_post_#{@post.id}" end %>
<% end %>