All - I have a very simple form with a text_field_with_auto_completion and a submit button. This is within a layout. The text_field works fine by itself but when I added a form_tag, I am not seeing a form at all. Investigating the source of the page shows that no form tag was created at all. The code is below: <% form_tag :action => ''jump_to'' do %> <%= text_field_with_auto_complete :initiative, :name %> <%= submit_tag ''Jump To'' %> <% end %> Thanks, Drew -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---