Displaying 1 result from an estimated 1 matches for "contactos_cliente".
2006 Jul 11
9
problems with observe_field
...<%= options_for_select Cliente.find_all.collect {|c| [c.razon_social,
c.id]} %>
</select>
</p>
<%= observe_field :cliente_id,
:frequency => 0,
:url => {:controller => ''visitas'', :action =>
''contactos_cliente''},
:update => ''contactos'',
:with => ''cliente_id'' %>
<div id="contactos"></div>
</div>
<%= end_form_tag %>
but it''s not working... it throws a javascript er...