Form _tag in template not producing code?

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