What's wrong with this?

<cfform name="myFORM" action="myaction.cfm" method="post">

      <cfinput type="text"
       name="thisGROUP"
       value=""
       autosuggest="#ValueList(allGROUPS.thisGROUP)#">

</cfform>


#ValueList(allGROUPS.thisGROUP)# is verified and only contains about 10 
items. But, typing any word from the list into the input does nothing.

(I'll convert this to a CFC once it's working - the real list is much 
bigger).

Looking at the generated page source - seems like everything needed is 
there. What am I missing?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317685
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to