search for: citymapcontroller

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

Did you mean: city_map_controller
2006 Jul 02
1
Subject: Trying to Get Results from Form Element
...ke the ones in AWDwR book to extract params values, but only get nil. Now I''m confused. How can I see what is passed into the action method? How can I understand what the Action Controller is trying to tell me? == Messages from Rails Action Controller == ActiveRecord::RecordNotFound in CitymapController#displayGMap Couldn''t find Gmap without an ID Request Parameters: {"commit"=>"Show Map", "mapPoint"=>{"id"=>"5"}} ==Code Extract from index.rhtml== <%= start_form_tag( :action => "displayGMap" ) %> <% mapPoi...