Site CFC's not displaying in component panel

Hi there.
I've created cfc's manually and they do not show up in
Dreamweaver's componet panel, nor does the folder they were saved
to (also created manually).
When I look in the Bindings panel after opening a cfm page
that calls a cfc with a query in it, the cfc is not displayed
either.
If I create a cfc through Dreamweaver and save it to the same
folder, the cfc is displayed in the Bindings panel and I'm able to
use the Server Behaviors panel to output the query.
So it looks to me there is some process that registers the
cfc (and location) when Dreamweaver creates the cfc.
Anyone know if there is a file I can update somewhere or a
process for registering cfc's created manually or outside of
Dreamweaver.
The site works fine and testing server is set up properly.
Thanks

Does the little, blue, circle arrow in the upper right corner
of the
Components panel that refreshes the CFC list do anything for
you?

Similar Messages

  • SEO Metadata options not display in admin panel issue.

    SEO Metadata options not display in admin panel issue.

    Hi there,
    Not much information or detail there.
    If the New meta option on pages is what you are refering to then the site in question is likely not been upgraded to that beta feature. Only partners who have access to beta options under settings can access that to upgrade.

  • Mod date not displaying in Files panel Dreamweaver CC

    After upgrading to Dreamweaver CC, on OS X Mtn Lion, my Files pane will not display the Modification Date for both local and remote files. The column is there, but it's blank. I have tried hiding and showing that column in the Sites setup, but that did not work. Any ideas?

    I can confirm that the solution posted by crockej does indeed work, I am not by any means saying that it is a perfect solution, and am sure that it is not the actual fix, but it does work, I landed up having to add JPG,GIF,PNG,PDF,SWF,FLA,ICO,SWZ,MPR,PSD,XLSX,INDD,AI all to fy file list and although this was 90% of the missing icons fixed, it still requires more like m4v etc.
    Think of this as more of a temporary solution to the problem, but it does work.
    This is what my /Users/XXXXX/Library/Application Support/Adobe/Dreamweaver CS5.5/en_US/Configuration/Extensions.txt file looks like now.
    HTM,HTML,SHTM,SHTML,HTA,HTC,XHTML,STM,SSI,JS,JSON,AS,ASC,ASR,XML,XSL,XSD,DTD,XSLT,RSS,RDF, LBI,DWT,ASP,ASA,ASPX,ASCX,ASMX,CONFIG,CS,CSS,CFM,CFML,CFC,TLD,TXT,PHP,PHP3,PHP4,PHP5,PHP-D IST,PHTML,JSP,WML,TPL,LASSO,JSF,VB,VBS,VTM,VTML,INC,SQL,JAVA,EDML,MASTER,INFO,INSTALL,THEM E,CONFIG,MODULE,PROFILE,ENGINE,SVG,JPG,GIF,PNG,PDF,SWF,FLA,ICO,SWZ,MPR,PSD,XLSX,INDD,AI:Al l Documents
    HTM,HTML,HTA,HTC,XHTML:HTML Documents
    SHTM,SHTML,STM,SSI,INC:Server-Side Includes
    JS,JSON:JavaScript Documents
    XML,DTD,XSD,XSL,XSLT,RSS,RDF:XML Files
    LBI:Library Files
    DWT:Template Files
    CSS:Style Sheets
    ASP,ASA:Active Server Pages
    ASPX,ASCX,ASMX,CS,VB,CONFIG,MASTER:Active Server Plus Pages
    CFM,CFML,CFC:ColdFusion Templates
    AS:ActionScript Files
    ASC:ActionScript Communication Files
    ASR:ActionScript Remote Files
    TXT:Text Files
    PHP,PHP3,PHP4,PHP5,TPL,PHP-DIST,PHTML:PHP Files
    LASSO:Lasso Files
    JSP,JST:Java Server Pages
    JSF:Fireworks Script
    TLD:Tag Library Descriptor Files
    JAVA:Java Files
    SQL:SQL Files
    ASX:Windows Media Advanced Stream Redirector
    WML:WML Files
    EDML:EDML Files
    VBS:VBScript Files
    VTM,VTML:VTML Files
    SVG:Scalable Vector Graphics Files
    Thanks to crockej for finding this semi solution for now.
    Looking for Knysna Accommodation?

  • SWF Player in AIR -  not displaying window component and Popup ..?

    Hi Friends.....
    I have developed  SWF Player in AIR,but getting some error when swf playing....
    Popup or  window components are not displaying properly  when swf is playing ,
    please give me a solution to solve this....?
    i think swf playback taking high memory that why preventing new component creation ...right...?
    Thanks..

    Hi Jim,
    for application with application sandbox and for top-most html documents you could for example:
    <script type="text/javascript">
         function clicked()
              if(window.runtime)
                   var app = window.runtime.flash.desktop.NativeApplication.nativeApplication;
                   if(app) app.exit();
              return false;
    </script>
    <a href="#" onclick="clicked();">CLOSE</a>
    or even:
    if(window.nativeWindow)
         window.nativeWindow.close();
    I think this works without installing any additional javascript sources, see:
    http://livedocs.adobe.com/flex/3/html/help.html?content=AboutHTMLEnvironment_4.html
    kind regards,
    Peter

  • Not displaying decalritive component in my jsp page

    i delete my adf libarary jar in my deploy folder and it works fine,but now
    not able to dislay decalartive components in my jsp page
    hi i have decalarative components page which am calling from another jsp page,the thing is when irun my jsp page am not able to display my decalartve components but in design of my jsp page i can see my decalartive components
    my decalaritive components xml is
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1" xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:f="http://java.sun.com/jsf/core">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <af:componentDef var="attrs" componentVar="comp" definition="public">
    <af:panelGroupLayout id="dc_pgl1" inlineStyle="width:736px;" layout="horizontal" valign="middle"
    halign="center">
    <af:panelFormLayout id="dc_pfl1" rows="1" maxColumns="10"
    inlineStyle="width:376px; height:33px; border-color:Navy; border-style:ridge;">
    <af:commandLink text="Home" id="dc_cl1" action="Home"/>
    <af:commandLink text="TaskPool" id="dc_cl2" action="toPool"/>
    <af:commandLink text="LogOut" id="dc_cl3" action="logout"/>
    <af:selectOneChoice label="Skin" id="dc_soc1" value="#{SkinHelper.currentSkin}">
    <f:selectItems value="#{SkinHelper.currentSkin}" id="dc_si1"/>
    </af:selectOneChoice>
    <af:commandButton text="Select" id="dc_cb1" action="#{SkinHelper.switchSkin}"/>
    </af:panelFormLayout>
    </af:panelGroupLayout>
    <af:xmlContent>
    <component xmlns="http://xmlns.oracle.com/adf/faces/rich/component">
    <display-name>SmscomponentDef</display-name>
    <component-class>component.SmscomponentDef</component-class>
    <component-extension>
    <component-tag-namespace>component</component-tag-namespace>
    <component-taglib-uri>/componentLib1</component-taglib-uri>
    </component-extension>
    </component>
    </af:xmlContent>
    </af:componentDef>
    </jsp:root>
    when i drag and drop my decalaritive components from my components platter i get the below xml in my jsp page
    <sms:SmscomponentDef id="sd1"/>
    reference
    error running running application with decalaritive components

    timo
    Please be patient and wait for an answer in the other thread...
    how can i display the declarative components on the jsp page, am not able to diplay in runtime but can see decalarative components in design
    Edited by: Tshifhiwa on 2012/06/26 8:26 PM

  • My google site (web page) not displaying embedded google docs on ioS5

    I have a google site that is used to share information for team parents of HS sports team.  We utilize a google doc on Home page for Quick Announcements--such as last minute changes. The document is shared and public to all.  It works great on Chrome, Firefox and IE but the embeded google doc does not display on Apple products. Other tabbed pages that have spreadsheets that are public and shared to all show up just fine. What is going on???

    Start by fixing your HTML errors.  You have a significant number of them.
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fgivethegaveltotavel.com%2F
    Also, you have some CSS errors.
    W3C CSS Validator results for http://givethegaveltotavel.com/ (CSS level 2.1)
    Position:absolute is never a good way to layout your web pages.  For 98% of what you do, positioning is not required and should be avoided.  Learn to use CSS margins, padding and floats to align elements where desired.
    CSS margin property.
    CSS padding property
    CSS Float
    Nancy O.

  • Page Thumbnails not displaying in Pages Panel

    Hi all,
    Hopefully a quick question...I've searched through the Forum and not spotted a similar issue.
    I have a user who is experiencing an unusual issue in InDesign CS6 - Page Thumbnails aren't displaying in the Pages Panel (such that the panel is completely blank - no new page icon etc.), and Swatches aren't displaying in the Swatches Panel (default swatches or new swatches - the panel is completely blank).  I've checked all of the Panel Display options, and have toggled the thumbnail display size up/down, and on/off to no avail.  This problem is also non-document specific, it's happening on all documents either previously saved or freshly created.  I've also tried multiple workspaces and that hasn't helped.
    I've also tried binning the preferences  and this hasn't helped...   
    Any thoughts where to start?  My hunch is possibly plugins not working/missing, but I'm not sure what/where to check.
    Any help would be very much appreciated...
    Al

    I hate to have to bump an old topic, but replacing my prefs doesn't work either. Tried restarting the computer too. Nothing really works and I hate to have to waste time reinstalling when I doubt that would help at this point. (hates windows).
    InDesign CS6 (version 8.0)
    Windows 7 - 32-bit

  • Exif metadata not displayed in Metadata panel & searching

    Is there a way to customize the exif and/or IPTC data shown in the Metadata panel in LR 5?
    And is there a way to search and/or filter on metadata not in that panel?
    I needed to find some photos that have the exif category "art filter" and I cannot search for the value in that field in LR, nor does that field show up in the metadata panel. I can see it with J. Friedl's metadata plugin, or in GraphicConverter, so I know it's there. I tried searching on the text, but LR doesn't find it. What I'd really love is the feature where you have the little arrow by the metadata value in the panel and click it to filter by that criteria.
    Is there a way to get LR to recognize and display other exif or IPTC data?

    I'm not sure which metadata field you want to search -- is it the IPTC field "Category"?  That field is displayed in Metadata > IPTC panel in the right column:
    Unfortunately, that field is not searchable using LR's text search filter or smart collections. 
    In general, to view and search metadata fields not fully handled by LR, you've got to use a third-party plugin:
    - Metadata Extensions makes additional fields that LR knows about searchable using the filter bar and smart collections.
    - ExifMeta makes nearly all metadata fields viewable and searchable in LR.
    - Data Explorer lets you more quickly view, search, and browse more of the fields that LR knows about.
    - Any Filter lets you search any field LR knows about, writing boolean search queries similar to smart collections.
    These plugins have different capabilities and are optimized for different use cases.

  • Could not display Alert component in Visualweb JSP page

    Hi All,
    I am having difficulty getting the Ajax Autovalidation Alert Component to work in Netbeans Visualweb 6.5 on Windows XP with the following steps:
    ( i ) Set autoValidate attribute of firstnametextField and lastnametextField to "true" from property windows of Page1.jsp.
    ( ii ) Drag the Alert component of Page1.jsp and modified it's default id attribute to "form1:autoValidateAlert". Some how Netbeans change this attribute in the property window to "form1_autoValidateAlert" instead.
    ( iii ) Add notify="form1:autoValidateAlert" to Page1.jsp file for both firstnametextField and lastnametextField as follows:
    <jsp:root version="2.1" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:webuijsf="http://www.sun.com/webui/webuijsf">
        <jsp:directive.page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"/>
        <f:view>
            <webuijsf:page id="page1">
                <webuijsf:html id="html1">
                    <webuijsf:head id="head1">
                        <webuijsf:link id="link1" url="/resources/stylesheet.css"/>
                    </webuijsf:head>
                    <webuijsf:body id="body1" style="-rave-layout: grid">
                        <webuijsf:form id="form1">
                            <webuijsf:button actionExpression="#{Page1.button1_action}" binding="#{Page1.button1}" id="button1"
                                style="left: 130px; top: 144px; position: absolute" text="Submit"/>
                            <webuijsf:textField autoValidate="true" binding="#{Page1.firstNametextField}" columns="10" id="firstNametextField" label="First Name"
                                notify="form1:autoValidateAlert" required="true" style="left: 52px; top: 48px; position: absolute" text="#{SessionBean1.page1FirstName}"/>
                            <webuijsf:textField binding="#{Page1.middleNametextField}" columns="10" id="middleNametextField" label="Middle Name"
                                style="left: 47px; top: 71px; position: absolute" text="#{SessionBean1.page1MiddleName}"/>
                            <webuijsf:textField autoValidate="true" binding="#{Page1.lastNametextField}" columns="10" id="lastNametextField" label="Last Name"
                                notify="form1:autoValidateAlert" required="true" style="left: 53px; top: 94px; position: absolute" text="#{SessionBean1.page1LastName}"/>
                            <webuijsf:dropDown id="salutationdropDown" items="#{Page1.salutationdropDownDefaultOptions.options}" label="Salutation"
                                selected="#{SessionBean1.page1Salution}" style="left: 75px; top: 118px; position: absolute"/>
                            <webuijsf:alert id="autoValidateAlert" style="position: absolute; left: 96px; top: 216px"/>
                        </webuijsf:form>
                    </webuijsf:body>
                </webuijsf:html>
            </webuijsf:page>
        </f:view>
    </jsp:root>However, the Alert Component does not pop up after leaving First Name or Last Name text field blank prior to entering the field such as middlenametextField...
    Your suggestion would appreciated.
    Thanks,
    Jack

    timo
    Please be patient and wait for an answer in the other thread...
    how can i display the declarative components on the jsp page, am not able to diplay in runtime but can see decalarative components in design
    Edited by: Tshifhiwa on 2012/06/26 8:26 PM

  • States are not displaying in the panel

    Thank you!!!!!!!!!!!!!!!!!!

    I don't know if this is related or not, but I found this Fireworks Help page regarding blank panels:
    http://helpx.adobe.com/fireworks/kb/blank-panels-fireworks-cs5-cs5.html
    From your graphic, I can't quite tell if there's something wrong with the canvas, too, in addition to the panel being blank.

  • Font Title Not Displaying in Character Panel Font Menu

    Just updated to OS X Yosemite and noticed that the font titles don't display in the Character Panel > Font Menu.  However, they do display when rolled over with the cursor.  This is only happening in Illustrator.  All other Adobe apps are correctly displaying font titles.  Anyone else having this problem?
    Using Adobe Illustrator CS5.1 / Mac OS X Yosemite

    fonts, björn, scott,
    Unless three step reinstallation helps, you may wish to roll back from Yosemite and wait to see whether the issues will be solved and reported as such.
    Weeding out in older plugins seems to have helped some in some cases. It also seems that JAVA Runtime may be involved, for some it seems to help to roll back to an ealier version, for others to update to the newest.
    All the above is more or less hearsay so far, with no definite final confirmation.
    In any case, there is something to be sorted out by someone.

  • LR4 Volumes / Hard Drives not displayed in Folders Panel

    I recentely upgraded to LR4.1 and it seems to have done something strange with my Folders. As you can see in the earlier version all of my harddrives are displayed as panel items in the folders panel. However now it's only displaying the boot drive and i have to drill down to the volumes folder to get to my hard drives..This is pretty annoying since i work on multiple hard drives.
    I have read in earlier versions that people found a workaround by using the "Promote Subfolders" option until all drives were displayed. However this option doesn't seem to be in LR 4. None of my hard drives are compressed, and they are all internal. Can anyone offer any assistance or suggestions..
    It may be worth noting that when I went to create a new catalog it didnt show any hard drives begin with.
    Original Display of the Folders Panel
    Current Display of the Folders Panel - as you can see only one drive is displaying.
    I am running Mac Os X Lion 10.7.4, LR 4.1

    This has  been resolved and here's what I did...
    I right clicked the top-level folder and clicked "hide this parent".
    Repeated the step until all folder were gone. Yet th files still remain.
    Restarted Lightroom, and Viola!! All Hard Drive Panels are now back
    Thanks Dorin for pointing me in the right direction!

  • Why will only one site load but not display, yet links are available on the site?  OS10.8.5, Safari 6.1.4

    I am running OS 10.8.5 and Safari 6.1.4,  When I go to sierratradingpost.com, the page appears to load, but the page is blank.  When I pass the cursor over the page, it will change to the pointing finger indicating active links.  Yet, when I click on the link the new page loads, but is also blank.  This only happens on my Mac Air, it does not happen on my iTouch or iPad.  I have looked through all my settings when the page is loaded but can find nothing.  I have WOT, Ghostery and Ad bloc active.  Even when I turn all those off I still have the same problem. Everything was fine yesterday morning, but when I went to the site in the afternoon, the problem arose.  Any ideas? 

    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Extensions
    Turn all extensions OFF and test. If the problem is resolved, turn extensions back ON and then disable them one or a few at a time until you find the culprit.

  • Publishing site to iweb not displaying correctly

    I recently updated a site and republished but some of the old stuff sticks around in Safari, (specifically an old text box). The new text box appears and its links work in Firefox? In addition, some of my text on other pages that is spaced correctly in iweb is off in both browsers. Anyone know what gives?

    I have an iWeb site and I view it from a PC running Firefox. I have the same problem in Firefox of not seeing the current version of the site unless I clear my cache.
    This is a stupid step to have to take EVERY TIME I update my site. Furthermore, how can I expect other people to clear their cache before visiting my site?
    There must be a better way.

  • Why does firfox not display the footer on my web site when IE9 does?

    I have made a web site, firfox does not display the whole page content... why wont it show the footer?
    http://home2.btconnect.com/kcaringagency/
    (test site)

    The footer is being displayed for me on Firefox 5.0 and 3.6.18 - to the right side of the rest of the page content.
    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.

Maybe you are looking for

  • Photoshop CS6 Sneak Peek #5

    Look at the Layers Panel - I wonder what the new tools represent: While hard to read check out the "JDI" List: A readable "JDI" List: Contact Sheet II has been restored as an Automate option PDF Presentation has been restored as an Automate option. H

  • How To make Folders For Apps?

    I'm a newbie convert to the iPhone, and can't figure out if I can make Folders for my Apps. I'd like to keep similar apps together without having to search through to locate any specific app. Any help would be appreciated!

  • PowerShell - how to list all master pages of all sites in web application?

    Hi there, Is it possible to list all of the master pages along with the site URLs in my web application? There are thousands of site collections and subsites etc. Thanks so much.

  • Does linux/Arch benefit from a HOSTS file? to keep ads away..

    along with adblock plus for firefox? I got a huge host file, I remember the difference it made in windows years back..here's the site I got it from.. http://someonewhocares.org/hosts/ and wrote it to /etc/HOSTS i was wondering is there anything else

  • Smart collection using "person shown"

    Does LR3 support creating a smart collection by searching the value in the "Person Shown" field?  What I would like to do is list the people in the picture then be able to create smart collections to find pictures with specific people in it, such as