In your test, I would structure the URL as: http://www.mysite.com/admin/email/art.cfc?method=getGROUPS&returnFormat=JSON&[whatever name value pairs you need for your method]
Otherwise, hitting the component direct, without a query string, would try to load the component browser/javadoc layout of the component. It may be a permissions issue you are having. Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of "Learning Ext JS" http://www.packtpub.com/learning-ext-js/book _____________________________ http://blog.cutterscrossing.com Les Mizzell wrote: > I've got a group of CFSELECTS that were working before a site moved, but > now, not. Nothing is being returned to the CFSELECTS > > <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> > > > > If I try to access the cfc directly in the browser: > http://www.mysite.com/admin/email/art.cfc > > I get an error: > File not found: /CFIDE/componentutils/cfcexplorer.cfc > > > Checking the CFADMIN, file path is defined: > C:\inetpub\wwwroot\CFIDE > > Checking the files, the path is correct. > > Ideas? Not sure what to try next... > > > __________ 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:328662 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

