search for: componentlog_cl_compname

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

2006 Feb 20
1
Form linking question
Hello all. I currently have a method that is accessed from a form using this: View: <%= start_form_tag :action => :history %> <p><label for="componentlog_cl_compname">Component Name</label><br /> <%= text_field ''componentlog'', ''cl_compname'', :class => ''mandatory'', :value => "#{session[:criteria]}" || nil %></p> <%= submit_tag "Search", :class =&...