Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Troubleshooting bound cfselect

Status
Not open for further replies.

LarrySteele

Programmer
May 18, 2004
318
US
I have a cfselect that's bound to a parent select. The first is a list of countries, the second is a list of schools in the selected country. This works great for most locations that use the page. However it doesn't appear to be working for a number of users in Japan. Thousands of people in scores of countries have no problem with this specific page, so I don't believe it's a problem with the page. Preceding pages use JavaScript and AJAX, so I'm pretty sure those are issues (e.g. they don't have JavaScript disabled).

I suspect the problem is the page somehow not finding the CFC under limited conditions. Here's my bind: [tt]bind="cfc:common.cfcs.get_schools.getSchools({ed_country_1_sel})"[/tt]. The getSchools function returns a CFQUERY recordset, which I use to populate the cfselect. The problem is that I can't tell if the bind is being called, if it is, I can't tell if the bind is finding the CF component, if it is, I can't tell what the CF component is returning.

Here's my question - how do I troubleshoot this so I can tell where the break occurs?



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top