Has anyone else had any difficulty with the latest update to the
Prototype library and the observe_field helper? I have the following
code which worked fine prior to rc2, but now doesn’t even make a call
back to the server.
<%= observe_field ‘filter_list_enabled’,
:url => {:action => ‘get_filter_details’, :id =>
@event_widget},
:loading => ‘Element.hide(“filter_details_fieldset”)’,
:with => ‘key’ %>