> However, I realised !DOCTYPE was in my Applications.cfm, so excluding that > from not to affacting staffData.cfc seems to have resolved the problem
Did you figure out *why* this causes the problem? Basically, the ajax javascript takes the output of the request (your remote cfc call) and uses that output to populate its variables for the autosuggest box. The doctype declaration in your Application.cfm was being output with the data making it unreadable by the JS. Dominic 2008/4/28 Kamru Miah <[EMAIL PROTECTED]>: > Yes, I have tried an array to start with but changed it to string afterwards > - no difference. > > However, I realised !DOCTYPE was in my Applications.cfm, so excluding that > from not to affacting staffData.cfc seems to have resolved the problem. > Thanks for your suggestion. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304388 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

