ColdFusion 8 and Ajax
Hi!
I have never used ajax with codlfusion, this would be my first try. I read some forum, those I need are described here, including the one written by
Ben Forta: http://www.forta.com/blog/index.cfm/2007/5/31/ColdFusion-Ajax-Tutorial-1-AutoSuggest
and also from Adobe site:
http://www.adobe.com/devnet/coldfusion/articles/cfajax_overview.html
At this moment I only need to use a couple of them such as, autosuggest, cflayout, cfmenu and cfwindow but I think I have not gotten the whole picture yet.
Something like: Do I need to do anything else before starting to use these tags? I tried using cfform cfinput and applied what these forum suggests and nothing work. For example, the autosuggest does not work.
I did my cfquery and then applied #ValueList(query.columnName)#, I got an error saying valuelist is not defined
Also,
I read about SPRY, do I need to download SPRY before I can work with ajax in ColdFusion 8?
Basically I just need some very basic gudance on how can I start. can anyone help???
