the link_to_remote
=====================================================
<%=link_to_remote "Click me",:url=>
{:action=>"edit"},:update=>"update_me"%>
the rjs (edit.rjs)
page.alert “test”
the error message is
try { alert(“test”); } catch (e) { alert(‘RJS error:\n\n’ + e.toString
()); alert(‘alert(“test”);’); throw e }
after the error the update_me div isn’t updated
please help me