Title:
Bug 82407:[cfmap] Using a URL for markerbind attribute, but forgetting the "url:" in front, results in an unusable "coldfusion
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): David Lakein / David Lakein (dlakein)
Created: 03/11/2010
Components: AJAX, UI Components
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 251028 / 273269,273340
Priority/Frequency: Minor / Unknown
Locale/System: English / Win All
Vote Count: 0
Problem:
[cfmap] Using a URL for markerbind attribute, but forgetting the "url:" in front, results in an unusable "coldfusion.tagext.html.ajax.MapTag$InvalidBindTypeException" exception. Message: "Can't find resource for base name coldfusion/tagext/html/ajax/MapTag.InvalidBindTypeException.properties"Can't use any properties of the exception objectIt's a malformed bind expression, and the url: prefix is required, but the exception is unreadable
Method:
<cfmap name="MyPlaces" centeraddress="100 Maryland Avenue, Rockville MD 20850" zoomlevel="13"type="map" showmarkerwindow = "true"height="600"width="800"markerbind="mapcontent.cfm?cfmapname={cfmapname}&cfmaplatitude={cfmaplatitude}&cfmaplongitude={cfmaplongitude}&cfmapaddress={cfmapaddress}" ></cfmap>
Result:
[cfmap] Using a URL for markerbind attribute, but forget the "url:", results in an unusable "coldfusion.tagext.html.ajax.MapTag$InvalidBindTypeException" exception. Message: "Can't find resource for base name coldfusion/tagext/html/ajax/MapTag.InvalidBindTypeException.properties"Can't use any properties of the exception object
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3041134
External Customer Info:
External Company:
External Customer Name: David Lakein
External Customer Email: 60A7059344723D4C992015D5
External Test Config: 03/11/2010
Attachments:
Comments: