Will, If you spark up FireBug in FireFox, you'll see that your mxAjax init() method is being called via the onChange that was set by qForms and the Ajax call is also going out. It just doesn't seem to be receiving the value of the dropdown from the onChange.
The best way to see what's being generated after you click on "Test eval 1" is to use FireFox's Web Developer extension and then view the Generated Source. That will show you what's been generated after the load including dynamically appended DOM components. From what I can tell, the init() method is never receiving any params and thus just repopulating the Course Filter dropdown with the same results all of the time. But the Ajax call is being made. Rey... Will Tomlinson wrote: > http://208.106.220.252/soundings/T8Report.cfm > > Select test eval 1. > > When the page reloads you'll see mxAjax load up the course dropdown below the > organizational dropdowns. Change the Division drop down to some other value. > it doesn't do anything. > > I can't figure out how to fire off the ajax again to repopulate the course > menu when the Division dropdown changes. qForms IS repopulating the 2nd menu > correctly, but I can't make it do the other at the same time. > > Any ideas anyone? > > Thanks, > Will > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 beta â Build next generation applications today. Free beta download on Labs http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280913 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

