I have a strange one. The documentation says that you can have multiple bind 
parameters but for some reason the second one I use fails to trigger the 
routine. When I reverse them the same occurs. I'm 100% sure because the 
template I call right now does nothing but a <cfdump var="#URL#"> and it shows 
all the values, but only refreshes on a change to the first bind parameter 
(regardless of which order I use).

Here's my Ajax calling sequence:

<cfdiv ID="U" bindonload="Yes" 
bind="url:PreLotteryGuestCount.cfm?Primary={Primary}&guest={guest.chec...@click}"
 />

The form this occurs in has a radio button named "Primary" and a checkbox named 
"Guest".

Do I misunderstand the syntax that is allowed? How can I get it to trigger on 
changes in either field? 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324041
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to