search for: component_criteria

Displaying 1 result from an estimated 1 matches for "component_criteria".

2006 Mar 14
2
How to not display :id in link_to URL
Hello all. I have a page which has a form on it. the page''s URL is http://127.0.0.1:3000/Component/history and The form action is: <%= start_form_tag :action => :history %> <%= text_field_tag ''id'', "#{session[:component_criteria]}" || nil, :class => ''mandatory'' %><br /> <%= submit_tag "Search", :class => "button" %> <%= end_form_tag %> When this form is submitted then the page is loaded again with the same URL with fields further down the page popul...