Upon selecting a match and hitting enter, how do I invoke the ''show'' action to view the individual resource? This is what I have so far: <% form_tag :action => :show do %> <%= text_field_with_auto_complete :user, :last_name %> <%= submit_tag ''Go'' %> <% end %> I get the following error: Couldn''t find User without an ID Any suggestions? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---