URL: <%= f.text_field :url, {:id=>‘url’, :size => 30} %>
<%= observe_field :url, :function => ‘onChangeURL()’ %>
This is simplified version of my code. The onchangeurl function was
called when the url text field content is changed.
My problem is that I can’t the onSuccess/onFailure functions within the
Ajax.Request executed, not even throw me an exception. Looks like they
don’t exist at all.
Can anybody tell what’s wrong going on?