Sorry, I found the solution. Simply I was looking in the wrong place
(a little break was useful).
Update in the Ajax is the error, change with Ajax.Request in the the
method reloadPane solves the problem:
new Ajax.Request(src,
{asynchronous:1, evalScripts:true, onLoading:function(request)
{pane.innerHTML=waiting_pane}}
)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---