search for: illness_id

Displaying 1 result from an estimated 1 matches for "illness_id".

2006 Jun 26
3
syntax for observe_field( :with =>
...the syntax so convoluted? For example, what I''ve been able to get working is: <%= text_field_tag(''date'', illness_date, :size => 30) %></p> <%= observe_field(''date'', :url => {:action => ''update_date'', :id => illness_id}, :with => "''idate=''+$(''date'').value" ) %> Of course, maybe I''m just doing it wrong. I suppose it might make some sense if it''s possible to send more than one params value back with the :with option. Does anybody know anything...