Displaying 1 result from an estimated 1 matches for "auto_complete_for_patient_name".
2006 Jan 06
0
Rails newbie question
...ck to the controller, then render the 
link_to in another partial?
The dropdown part works fine, btw. I''m just having trouble accessing 
it''s value.
<%= text_field_with_auto_complete :patient, :name,
        {}, :skip_style => true,
        	:url => {:action => "auto_complete_for_patient_name",
        		      :cohort_id	=> @cohort_id
        		    }
%>
<%= link_to "add", { :controller => "foobar",
                     :action => "get_patient_info",
                     :id => ??? },
                     :class => "nav"...