search for: found_customer

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

2006 Jun 23
0
Re:(RESOLVED, KIND OF) auto complete and after update element
...39;')") + "}" ) %> It finds the correct customer in the database, and then in the action I am rendering a template that consists of several javascript element updates similar to the following: document.getElementById("po_customer_address").value = ''<%= @found_customer.address %>''; However, although this template is getting called (per the log files), the information that is found in the database in not getting updated via the template parsing. The frustrating part is this worked when I had the company names as selects and used observe fields. I swi...