Displaying 1 result from an estimated 1 matches for "this_panel".
2006 Jun 13
5
strange RJS behavior
...ne and having a very odd problem.
The called method, get_names, retrieves some values from the database,
then ends:
render :layout => false
the get_names.rjs file is rendered into Javascript, but then is just
dumped as Javascript (text) into the browser:
e.g:
try {
Element.update("this_panel", "");
new Insertion.Bottom( ... );
} catch (e) { alert(''RJS error:\n\n''
Any ideas?
Thanks!
--
Posted via http://www.ruby-forum.com/.