I am new to ColdFusion and just started learning about Ajax. The question I have is that I found on the web some cool coding to implement two pull down menus, where is the s
My suggestion is to do one thing at a time. For your specific situation,
First, get your query to work with a cfquery tag.
Second, get it to work inside a function where you pass an argument to the function.
Next, put the function inside a cfc and call it from a cfc page using either or by creating an object and calling the function.
Finally do the bind.
This approach will make the errors more visible so that you can do something about them.
Other observations