search for: update_std

Displaying 3 results from an estimated 3 matches for "update_std".

Did you mean: update_str
2006 Jul 12
2
Can''t get observe_field to take a variable for a field name
The subject pretty much says it all: I can''t?get observe_field to take a variable for a field name I''ve tried: <%= observe_field(var_name, ... <%= observe_field("#{var_name}", ... <%= observe_field(:"#{var_name}", ... No luck. Am I missing something? Thanks, : ) Jason -- Posted via http://www.ruby-forum.com/.
2006 Jun 28
0
What does this error message mean?
...the error is to simply remove the entire observe_field line. So can anybody tell me... What does this error message mean? Form.Element.Serializers[method] is not a function What is Rails looking at in the line <%= observe_field(''polio'', :url => {:action => ''update_std'', :id => ''polio''}) %> that it is interpreting to be a ''method'' or a ''function''? TIA, Bill -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/...
2006 Jun 27
2
Bug in Firebug or in RJS? Or something else?
I''m getting a really strange result using RJS page.replace_html and wonder if anybody knows anything that could help me figure it out. I''m rendering a partial in a loop in edit.rhtml that puts a set of <div>s on the page, each <div> containing a checkbox_tag with an associated observe_field and a text_field_tag also with an associated observe_field. When the