I am looking for an AJAX type ahead ColdFusion custom tag. As a user starts typing in a field I want values that exist in the database to be pulled in dynamically to a drop down. Let me know if you have seen one. Otherwise I may have to build one.
I don't recall seeing any however I would tackle like this: Consider the AJAX for ColdFusion framework. Implement it Adjust it with the onkeypress event - then carry out your routine/db call etc. HTH daTropics