search for: num_images_request

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

Did you mean: num_images_requested
2006 Feb 18
6
Why doesn''t my "action" take action?
...=> ''form'') %></div> ...and the following in my _form.rhtml <%= form_remote_tag(:update => "images_div_main", :url => { :action => ''get_reordered_images''}) %> <label for="num_images_requested">How many images?</label> <%= text_field_tag :numreq %> <%= submit_tag "Click to get images" %> <%= end_form_tag %> ...and of course, this im my Mycontroller_controller.rb: def get_reordered_images @sock_serv = TCPSock...