Even more strange: Exact same code is working on another site on the same server. Plus, if I try to access the cfc by browsing directly to it, I'll get the expected page of properties.
Only difference is the way the urls are constructed. It's working for www.mysite.com But not working http://mysite.myhost.com/ (which is a development address for a site to replace the one above) Exact same code is working on a copy of the development site in question on a *different* server. >> <cfselect name="theCATS" >> id="theCATS" >> bind="cfc:art.getCATS()" >> bindonload="yes"> >> <option value="0">Select a Category</option> >> </cfselect> >> >> <cfselect name="sendGROUP" >> id="sendGROUP" >> bind="cfc:art.getGROUPS({theCATS})" >> bindattribute="HTML" >> queryPosition="Below"> >> <option value="0">Select a Group</option> >> </cfselect> __________ Information from ESET NOD32 Antivirus, version of virus signature database 4635 (20091125) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:328663 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

