> I am using the in_place_editor_field method with scriptaculous and I am > receiving the rjs code instead of the value that was just updated. > render :update do |page| > page.replace_html > "in_place_editor_#{@rotational_assignment_applicant.id}", > @rotational_assignment_applicant.placement_priority > end > end Not quite sure [might want to ask in rails group] but my first suspect would be that replace_html call--what does it do, etc. -=r -- Posted via http://www.ruby-forum.com/.