Just to be clear, Robert, the listing of the components in the DW feature is driven from the server-side via RDS (just like the list of datasources, etc.), so if there's a problem with DW seeing it, it's not about the setup of your site (assuming your site points to the server with the CFCs) but rather with how things are configured on the server. Here's another way to check things out: what happens when you visit the built-in CF CFC browser:
http://[server]/cfide/componentutils/componentdoc.cfm If it doesn't show up there, then it may be that perhaps the mapping is wrong. Both of these are ways to view what CF thinks are the CFCs in its path of alternative locations (webroot, mapping paths, custom tag paths, etc.) But that said, I'm not 100% positive that either of these tools is 100% accurate in looking in the correct range of path locations. You'd hope so. Indeed, you may say, "well, I know CF can find the CFC because I can invoke it in code". It's possible though that either these tools aren't finding what CF does, or it may well be that what CF finds isn't the CFC you're looking for in DW. :-) It may find it somewhere else in its search path. You may want to look at the debugging output or use the CF functions to identify for sure what CFC you invoke in code. Hope that's helpful. /charlie From: [email protected] [mailto:[email protected]] On Behalf Of Robert Lash Sent: Tuesday, July 21, 2009 12:33 PM To: [email protected] Subject: [ACFUG Discuss] dreamweaver cs4 component error Ok After pulling my hair out I have to resort to asking for help. In DW cs4 I setup a site with current folder containing cfc's. I can't get them listed in the components tab, but the db, bindings and server components are listed. Is there a trick to this that I am missing. In previous versions it would list the cfc's and I could inspect them and drag them onto the page. There is a mapping in CF to this directory. Everything works normal on machine with DW 6.1 and CF 7 Anyone know how to solve this. Note: I am not creating new cfc's, but even that fails with message about url prefix. HELP!! RL ------------------------------------------------------------- To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by http://www.fusionlink.com -------------------------------------------------------------
