Displaying 1 result from an estimated 1 matches for "periodcally_call_remot".
Did you mean:
periodcally_call_remote
2007 Aug 12
0
Newbie: AJAX not working - Undefined Method error
...<a href="#" onclick="new Ajax.Updater(''flypro-list'', ''/flypro/list'',
{asynchronous:true, evalScripts:true}); return false;">Do Something</
a>
This looks OK, so I don''t understand why I get undefined method error
on "periodcally_call_remote", when it should be hooking up to
Ajax.updater, which does exist in prototype ? prototype does exist
under the public/javascripts folder.
Am I using the wrong prototype.js ? I cannot find any ''link_to_remote''
functions in prototype.js, so where is it defined ?
Any help ap...