search for: b1d0e9

Displaying 1 result from an estimated 1 matches for "b1d0e9".

Did you mean: b1009
2007 May 15
5
Problem with RJS and/or Prototype.js =>ResponseText is blank
...common/comments/comment", :object => @comment page.show "show-comment" page.replace_html "comment-count", pluralize(@comment.entry.comments.count, "Comment") page[:latest].visual_effect :highlight, :startcolor => "#ffffff" #, :endcolor => "#b1d0e9" The controller action looks like this def comment @comment = Comment.new(:text => params[:text]) @comment.user = User.find(:first) @comment.entry = Entry.find_by_identifier(params[:entry]) if (@comment.save) @latest_comment = @comment # render :partial => "/common...