Hello everybody. I'm trying to create a sortable list with Akelos scriptaculous helper, but i'm encountering errors: $scriptaculous_helper->sortable_element('items_id', array('url' => array('action' => 'order'))) generate a "Call to undefined method ScriptaculousHelper::_optionsForAjax()" error. This is probably because ScriptaculousHelper class make a static call (line 110) to PrototypeHelper::remote_function, but remote_function calls $this->_optionsForAjax, using $this in a static context. Is this a bug or am i missing something?
1 to 3 of 3