I took a break from this issue and tried to get back to it again today. 
I even tried implementing hidden fields but that doesn't work as 
expected.  Can anyone offer input into this issue?  Advice? 
Suggestions?

1.  What options do I have for building a form using form_tag with 
params.merge?

I have looked through a lot of sites online and

<% form_tag(params.merge(:compiled_on => params[:compiled_on]), :method 
=> 'get') do %>
  <%= hinted_text_field_tag :search, params[:search], "Enter Team" %>
  <%= submit_tag "Team Search", :name => nil %>
<% end %>

.. should work..

However, it does not.  I still only get search="Florida" and I don't get 
search="florida"&compiled_on="2009-07-02"..

I hate bumping my own thread but either this is a very easy issue or 
it's a very complicated issue and no one has any advice for me.  I've 
worked through this issue as far as I can by myself.  I need some 
assistance.

Thanks.
-- 
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to