Displaying 1 result from an estimated 1 matches for "city_map".
Did you mean:
city_a
2006 Jul 02
1
Subject: Trying to Get Results from Form Element
I am trying to create an application loosely based on the Depot application
presented in Agile Web Development with Rails (AWDwR). I am using the folowing controllers:
admin_Controller
application_Controller
city_map_controller (with method: displayGMap)
== Code Extract from city_map_controller ==
# Show a Google Map on a new page
def displayGMap
# @mapPoint = Gmap.find(params[:id])
# DBUG: Go back with report of what we found
redirect_to_index("What the form got: |#{params[:id]}| |#{params[:mapPoint]...