I am trying to implent a simple AutoSuggest feature with CF8 and
Ajax. I started with Ben Forta's "Building ColdFusion Powered Ajax
Applications". The logic is fairly simple, However Ajax is throwning
the following error: window:global: Exception thrown and not caught
Here is the input tag:
<cfinput type="text" name="address_search" size="50"
autosuggest="cfc:addressSearch.getaddress({cfautosuggestvalue})"
delimiter=",">
here is the Ajax debugger output:
window:global: Exception thrown and not caught (http://thor/parkstone/
forms/home_search.cfm?cfdebug, line 787)
info:http: CFC invocation response: "12210 Leather Saddle Court,12218
Leather Saddle Court,12219 Leather Saddle Court,122202 Leather Saddle
Court,12226 Leather Saddle Court,12227 Leather Saddle Court"
The debugger shows that the CFC is returning the correct data, it just
won't display it.
I have searched the web every place I know. If anyone has run accross
this issue before I would appreciate any help, or if you can point me
in the right direction for additional resources.
Thanks,
Mike
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Houston ColdFusion
Users' Group" discussion list.
To unsubscribe, send email to [EMAIL PROTECTED]
For more options, visit http://groups.google.com/group/houcfug?hl=en
-~----------~----~----~----~------~----~------~--~---