JSF page not rendered in Design View (JDev 11.1.2.1.0)

Hi!
Recently strange behavior in JDeveloper 11.1.2.1.0) begins: JSF pages in some projects are not rendered anymore. We enabled "Show Design time Messages in log" in JDev Tools/Preferences/JSP and HTML Visual editor and message
WARNING: A problem was encountered executing the page.  Using fallback rendering is shown in log. This is visible on this snapshot:
[http://dl.dropbox.com/u/14304804/design_view_problem.jpg|http://dl.dropbox.com/u/14304804/design_view_problem.jpg]
What is common to all of the projects with this issue is that we run "Remove ADF Security Configuration" which was enabled before and we implemented our custom security using phase-listener.
Any idea what is wrong here?
Regards,
Sašo
Edited by: Sašo C. on May 21, 2012 2:24 PM

It's a limitation, if you will, of the way JDeveloper works. It essentially runs your JSF page in order to get the rendering. At design time, the phase listener is obviously messing things up since you're not in a proper secured environment - hence the workaround to bypass your phase listener at design time.

Similar Messages

  • Jsf page not rendering in Jdeveloper

    Hello. I am using jdeveloper 11.1.2.2. I was working on an application this evening, and added a new jsff page. When I opened the page, I got the "waiting for designer to render" then it stopped, and all I see is white.
    I am able to add components to the page via the structure window, but I cannot see what the form looks like in the design view. The the problem started hitting the other jspx form I have in the application.
    I read somewhere about someone having the same problem and I tried renaming the windowinglayout.xml, and re-opened jdeveloper, but it did not solve the problem.
    This has happened before. I wiped out the system directory, and that works, but wiping out the system directory is painful. Are there any intelligent solutions?
    Thank you,
    Stuart

    I tried renaming the system directory, opening jdeveloper, opening the jsf page -- it rendered. So I then went to the system directory and found the windowinglayout.xml and backed it up.
    then I deleted out the new system directory, and the renamed back the old system directory. Found the windowinglayout.xml and replaced it with the good file.
    Opened Jdeveloper and the jsf page. Did some work and soon the render failed again.
    I am not sure if this is relevant...but the log shows this:
    Oct 16, 2012 9:47:44 PM oracle.security.jps.util.JpsUtil disableAudit
    INFO: JpsUtil: isAuditDisabled set to true
    Oct 16, 2012 9:47:56 PM com.sun.faces.config.ConfigureListener contextInitialized
    INFO: Initializing Mojarra 2.0.9 (SNAPSHOT 20120202) for context ''
    Oct 16, 2012 9:47:58 PM com.sun.faces.spi.InjectionProviderFactory createInstance
    INFO: JSF1048: PostConstruct/PreDestroy annotations present. ManagedBeans methods marked with these annotations will have said annotations processed.
    Oct 16, 2012 9:47:59 PM org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl _checkTimestamp
    WARNING: Apache Trinidad is running with time-stamp checking enabled. This should not be used in a production environment. See the org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION property in WEB-INF/web.xml
    Oct 16, 2012 9:47:59 PM oracle.adfinternal.view.faces.lifecycle.LifecycleImpl _initializeTrinidadFrameBustingAppMapValue
    WARNING: The framebusting context param 'oracle.adf.view.rich.security.FRAME_BUSTING' has been deprecated. Please change your web.xml to use 'org.apache.myfaces.trinidad.security.FRAME_BUSTING' instead. The legal values are 'always', 'never', and 'differentOrigin'. If you were setting the value of 'oracle.adf.view.rich.security.FRAME_BUSTING' to 'differentDomain', then please note that you should set 'org.apache.myfaces.trinidad.security.FRAME_BUSTING' to 'differentOrigin'.
    Oct 16, 2012 9:48:01 PM org.apache.myfaces.trinidad.component.UIXEditableValue _isBeanValidationAvailable
    WARNING: A Bean Validation provider is not present, therefore bean validation is disabled
    Oct 16, 2012 9:48:20 PM oracle.security.jps.internal.common.util.StrictValidationEventHandler handleEvent
    WARNING: Failed to validate the xml content. SchemaLocation: schemaLocation value = 'http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd' must have even number of URI's. Location: unavailable.
    Oct 16, 2012 9:48:20 PM oracle.security.jps.internal.common.util.StrictValidationEventHandler handleEvent
    WARNING: Failed to validate the xml content. SchemaLocation: schemaLocation value = 'http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd' must have even number of URI's. Location: unavailable.
    Oct 16, 2012 9:50:11 PM com.sun.faces.config.ConfigureListener contextInitialized
    INFO: Initializing Mojarra 2.0.9 (SNAPSHOT 20120202) for context ''
    Oct 16, 2012 9:50:12 PM com.sun.faces.spi.InjectionProviderFactory createInstance
    INFO: JSF1048: PostConstruct/PreDestroy annotations present. ManagedBeans methods marked with these annotations will have said annotations processed.
    Oct 16, 2012 9:50:14 PM oracle.security.jps.internal.common.util.StrictValidationEventHandler handleEvent
    WARNING: Failed to validate the xml content. SchemaLocation: schemaLocation value = 'http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd' must have even number of URI's. Location: unavailable.
    Oct 16, 2012 9:50:14 PM oracle.security.jps.internal.common.util.StrictValidationEventHandler handleEvent
    WARNING: Failed to validate the xml content. SchemaLocation: schemaLocation value = 'http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd' must have even number of URI's. Location: unavailable.
    Oct 16, 2012 9:50:15 PM org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl _checkTimestamp
    WARNING: Apache Trinidad is running with time-stamp checking enabled. This should not be used in a production environment. See the org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION property in WEB-INF/web.xml
    Oct 16, 2012 9:50:15 PM oracle.adfinternal.view.faces.lifecycle.LifecycleImpl _initializeTrinidadFrameBustingAppMapValue
    WARNING: The framebusting context param 'oracle.adf.view.rich.security.FRAME_BUSTING' has been deprecated. Since there is a non-null value for the context param 'org.apache.myfaces.trinidad.security.FRAME_BUSTING' the value of 'oracle.adf.view.rich.security.FRAME_BUSTING' will be ignored. Please remove 'oracle.adf.view.rich.security.FRAME_BUSTING' from the web.xml.
    Oct 16, 2012 9:50:18 PM org.apache.myfaces.trinidad.component.UIXEditableValue _isBeanValidationAvailable
    WARNING: A Bean Validation provider is not present, therefore bean validation is disabled

  • CSS style not rendering in design view

    I have style="max-width:600px" in a image but it wont show in design view on Dreamweaver CS4

    The parent file MUST be named with .shtml or .shtm as an extension.  It's that extension that tips the server off that the file contains server directives and that it should be parsed to find them (normally, fetched files are not parsed by the server).  Using these filename extensions will not affect the XHTML strict validation of the file (by the way, is there a reason for sticking with XHTML?).
    It is not necessary to have a testing server defined to see proper HTML includes rendered in Design view.  I believe that by renaming your file with the correct extension you will see this include expressed in Design view. It is a little unclear to me whether the correct syntax for a virtual include is to use the root slash or to omit it.  For example, Wikipedia says -
    The file parameter defines the included file as relative to the document path; the virtual parameter defines the included file as relative to the document root.
    Then later it says -
    The file parameter defines the included file as relative to the document path; the virtual parameter defines the included file as relative to the document root.
    There is, in fact, a big difference between these two statements!  From a personal point of view, I don't use HTML includes at all (always use PHP includes which are written differently).  But I think you can use the file include as I have shown safely - that's assuming that the two files are at the same level.

  • Template page not rendering in design

    I cannot get template.jsp to render the graphics. I have restarted JDeveloper several times with no luck. Does anyone know another way to force the rendering in design of the graphics? Is there a configuration change I can make?
    Thanks.

    Hi,
    what is "I cannot get template.jsp to render the graphics" meaning then ? I don' t have the tutorial in front of me, but copy and pasting ADF Faces components should make them render in the visual designtime. The only reason why this could break are
    - wrong JSF and ADF Faces libraries (which is the case if you use an "older" workspace in a newer JDeveloper build)
    - the page source file has warnings (check the page sources for warnings and errors)
    Frank

  • Inserting tabbed navigation code makes my web page not display in design view..

    Hi everyone..
    I am on Dreamweaver 8 for MAC, and was working on a couple of web pages..these pages included divs and tables. But when I tried inserting a tabbed navigation I found at:
    http://www.dynamicdrive.com/dynamicindex17/tabcontent.htm
    In a nutshell, it asked me for step 1 to:
    Step 1: Insert the        below CSS and script into the HEAD section of your page:
    <link rel="stylesheet" type="text/css" href="tabcontent.css" />
    <script type="text/javascript" src="tabcontent.js">
    * Tab Content script v2.2- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
    </script>
    The next step was this:
    Step 2: Finally, simply add the below      HTML to where you wish the Tab Content to appear on the page:
    <h3>Demo #1- Basic implementation</h3>
    <ul id="countrytabs" class="shadetabs">
    <li><a href="#" rel="country1" class="selected">Tab 1</a></li>
    <li><a href="#" rel="country2">Tab 2</a></li>
    <li><a href="#" rel="country3">Tab 3</a></li>
    <li><a href="#" rel="country4">Tab 4</a></li>
    <li><a href="http://www.dynamicdrive.com">Dynamic Drive</a></li>
    </ul>
    <div style="border:1px solid gray; width:450px; margin-bottom: 1em; padding: 10px">
    <div id="country1" class="tabcontent">
    Tab content 1 here<br />Tab content 1 here<br />
    </div>
    <div id="country2" class="tabcontent">
    Tab content 2 here<br />Tab content 2 here<br />
    </div>
    <div id="country3" class="tabcontent">
    Tab content 3 here<br />Tab content 3 here<br />
    </div>
    <div id="country4" class="tabcontent">
    Tab content 4 here<br />Tab content 4 here<br />
    </div>
    </div>
    <script type="text/javascript">
    var countries=new ddtabcontent("countrytabs")
    countries.setpersist(true)
    countries.setselectedClassTarget("link") //"link" or "linkparent"
    countries.init()
    </script>
    <p><a href="javascript:countries.cycleit('prev')" style="margin-right: 25px; text-decoration:none">Back</a> <a href="javascript: countries.expandit(3)">Click here to select last tab</a> <a href="javascript:countries.cycleit('next')" style="margin-left: 25px; text-decoration:none">Forward</a></p>
    <hr />
    Well, I did all the steps required, but when I put this inside a div I had inside a table, all of a sudden I couldnt see anything in my design view, only two tables that arent even the same size..When I take out all this code, I get back my regular page..Can I see this tabbed navigation in my design view? Unfortunately, I dont have the spry widgets since I am on Dreamweaver 8..If I preview it in both Safari and Firefox (on Mac Firefox/3.0.8) (Safari 3.2.1) I can see everything fine, including the tabbed navigation..But designing in code isnt really helpful because I want to see what it looks like in design view, in case we change things-its just easier for me to work on..So I assume there is something in this code that is making my design view show nothing..
    Update:I tried taking out the code again, but this time, I couldnt see anything again, even without this code..
    I know that I can go to validation website, and I got a lot of errors-but all the pages I have that are in the same style have those same errors too—and they display fine..its only when I insert this specific piece of code that everything goes haywire..Is it even possible to view tabbed navigations (like the one in the above link) inside of Dreamweaver Design View?
    Any help would be appreciated..

    DW8 doesn't render any dynamic content, so I'd say it's a no go. You'll just have to live with that limitation or upgrade to CS4...
    Mylenium

  • Why do .asp pages not show in Design view

    I have been asked to take over a website
    built with .asp.  Originally the pages all showed perfectly and I was able to amend.  However, recently some pages will only open
    displaying code - not html but computer code.  This is a small excerpt from one of the pages.  I would so appreciate some help.  I use Dreamweaver 8.
    佄呃偙⁅瑨汭倠䉕䥌⁃ⴢ⼯㍗⽃䐯䑔堠呈䱍ㄠ〮吠慲獮瑩潩慮⽬䔯≎∠瑨灴⼺眯睷眮⸳牯⽧剔砯瑨汭⼱呄⽄桸浴ㅬ琭慲獮瑩潩慮⹬瑤≤ാ㰊瑨汭氠湡㵧攢≮砠汭獮∽瑨灴⼺眯睷眮⸳牯⽧㤱㤹砯瑨汭•浸㩬慬 杮∽湥㸢਍†格慥㹤਍††琼瑩敬吾敨倠楲牯⁹桃牵档漠⁦湅汧湡牐浩牡⁹捓潨汯›ഭ㰊ⴡ⌭湩汣摵⁥楦敬∽湩⽣慰敧瑟瑩敬椮据ⴢ㸭⼼楴汴㹥ℼⴭ⼠⼯⼯⼯⼯⼯⼯⼯⼯⼯⼯⼯⼯⼯⼯⼯
    Thank you if you can throw any light on this problem

    Hi,
    I qoute from Adobe Help page:
    If you plan to develop dynamic pages, Dreamweaver needs the services of a testing server to generate and display dynamic content while you work. ...here is the link:
    http://help.adobe.com/en_US/dreamweaver/cs/using/WSc78c5058ca073340dcda9110b1f693f21-79e0a .html
    Hans-G.

  • My pages are missing in design view ?? but not in live view?

    I am using win 7 & DW5.  I have not used DW% for more than a week.  I need to update today and there is no page to work with? I don't know what to do?  [email protected]

    I have two sites up and running ... www.latheart.com and ... svwoodturners.org.  Both are ok. This past weekl I installed chrome !@#$%^!  didnot like it so I uninstalled it !@#$%^&!  What a mess that caused. Some of the reg files had to be rewritten in the regesters also my photos also do not open automatically any more. The fonts were changed in almost everything.  I think I have fixed most everything and then I found this problem with DW5.  I do not know it that is related or how the htmls could even be affected. But both of my sites have the same issue.  They will not dysplay in design view ..... Thanks for any help or suggestions. Rich Johnson San Jose Ca.
    I don't know how to enter the code here ...  I have cut and pasted and it creats the page with out the photos.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="Templates/newpage.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>The Brickyard RR</title>
    <!-- InstanceEndEditable -->
    <style type="text/css">
    body {
    background-image: url(images/Trains/ballest.jpg);
    #title {
    height: 250px;
    width: 950px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    border: medium solid #F90;
    position: relative;
    #navbar {
    height: 35px;
    width: 950px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    border: medium solid #F90;
    position: relative;
    padding-left: 0px;
    padding-top: 3px;
    background-color: #FDFDDB;
    #main {
    height: auto;
    width: 950px;
    margin-right: auto;
    margin-left: auto;
    border: medium solid #F90;
    position: relative;
    background-color: #fdfddb;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    #main h2 {
    text-align: center;
    font-size: larger;
    </style>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <!-- InstanceBeginEditable name="head" -->
    <style type="text/css">
    #main p a img {
    border: medium solid #F90;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 40px;
    </style>
    <!-- InstanceEndEditable -->
    </head>
    <body>
    <div id="title"><img src="images/Trains/traintitle.jpg" width="950" height="250" alt="title" /></div>
    <div id="navbar">
      <ul id="aboose" class="MenuBarHorizontal">
        <li><a href="rrindex.html" class="MenuBarItemSubmenu">RR Home</a>
          <ul>
            <li><a href="rrabout.html">About</a></li>
    </ul>
        </li>
    <li><a class="MenuBarItemSubmenu" href="rrstart.html">Our Story</a>
          <ul>
            <li><a href="rrfriends.html">Friends</a>        </li>
            <li><a href="rrpower.html">Power</a></li>
            <li><a href="rrmeanwhile.html">Track</a></li>
            <li><a href="rrmore.html">More Track</a></li>
            <li><a href="rrready.html">Ready</a></li>
          </ul>
        </li>
        <li><a href="rropenhouse.html" class="MenuBarItemSubmenu">Open House </a>
          <ul>
            <li><a href="rrsanjose.html">San Jose</a></li>
          </ul>
        </li>
        <li><a href=" " class="MenuBarItemSubmenu">Roster</a>
          <ul>
            <li><a href="rrmotivepwr.html">Motive Power</a></li>
            <li><a href="rrrollingstock.html">Rolling Stock</a></li>
            <li><a href="rrpassenger.html">Passenger </a></li>
            <li><a href="rrcaboose.html">Cabbose</a></li>
            <li><a href="rrcaboose.html">M. O. W.</a></li>
          </ul>
        </li>
      </ul>
    </div>
    <!-- InstanceBeginEditable name="main container" -->
    <div id="main">
      <h2>Our Track Plan </h2>
      <p><a href="images/Trains/trackplan.jpg"><img src="images/Trains/trackplan.jpg" width="850" height="668" alt="trackplan" /></a></p>
      <h2>Our Yard</h2>
      <p><a href="images/Trains/backyard.jpg"><img src="images/Trains/backyard.jpg" alt="yard" width="850" height="575" /></a></p>
      <h2> <a href="rrstart.html">Follow along on a journey through the creation of the Brickyard Garden Railroad</a></h2>
      <h2><a href="rrindex.html">Back to the top of the page</a></h2>
      <p> </p>
      <h2><a href="tindex.html">Woodturning</a></h2>
    </div>
    <!-- InstanceEndEditable --><script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("aboose", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    <!-- InstanceEnd --></html>

  • VB code not showing in Design View

    I am working with a form that has VB code for validation and need to style it with CSS. The problem is the form is not visible in Design View. The code is there, the page renders and works fine in a browser but has anyone seen this issue before? I have a similar form that uses C# and it shows up fine in Design view.
    the page is here:  http://www.housing.ucsb.edu/digiknow/digiknow_form.aspx

    Display problems are most often caused by malformed code or an imbalance in opening and closing <div> tags.  Try validating your code and fix reported errors.
               Code Validation Tools
              CSS - http://jigsaw.w3.org/css-validator/
              HTML - http://validator.w3.org/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Pages not rendering properly in DW CS4, but renders correctly in browsers

    Hello,
    I created a web page in CS4 and the layout is skewed when viewed in DW, but renders correctly in FF and IE: here is a link  to my page.
    I ran the HTML and CSS through the WC3 validators and there were two minor errors in both files that I corrected, but it still renders incorrectly in DW.  Basically, the divs in the middle area, #display and #news, are rendering too wide and tall, so the whole layout is stretched out. The background images don't stretch so there are white spaces to the right and the bottom of the BG images in both divs.
    This page renders fine in FF and IE so I'm not sure what the issue is.  I'm currently learning how to use DW.  I originally hand coded the page in notepad and then copied/pasted it into DW so I'm not sure if that has anything to do with the rendering issue.
    I did peruse this forum first but I could'nt find a post that helped me so I'd apprciate input from someone who may be familiar with this issue.
    Thanks!
    Ana

    Ana Seyer wrote:
    I've done a  little more searching for the answer to my problem and have discovered from other users in other forums that this rendering issue is a problem with DW's design view document window if you create your page in code view.  Some users have
    It doesn't matter wether you create the page in code view or design view.....html is html...... it will view exactly the same...so this sounds like a lot of nonsense.
    Ana Seyer wrote:
    I copied and pasted the code from several other websites and pasted them into files in DW and they all rendered differently to some degree or another in design view, from their browser correctness.  Some of them rendered accurately in live view, some didn't.  My page was just skewed a little more than others.
    Yes, you will find that Dreamweaver IS NOT perfect at rendering a page, although it can be depending on how you write the css. As I said before your code and css viewed perfectly in my copy of DWCS4 (Mac)....so there has to be differences across platform software if your copy of DW doesnt show what I am seeing.
    Ana Seyer wrote:
    So I'm not going to worry about it for now and just keep viewing changes in my browsers. Hopefully this will be corrected in future versions of DW becase haveing a quick peek in live view is so convenient.
    Correct, only how the page renders in a browser matters, although it is nice to visually see what the page looks like in Design View without the necessity of keep viewing live. I wouldn't hang your hat on Dreamweaver ever being perfect because Css moves on before it can completely catch up. It gets better version by version but it's never going to be perfect due to the fast moving environment of the web.

  • DW8 text not visible in design view

    I have imported a site from DWMX(6?) to DW8.
    In DWMX everything is visible in design view.
    In DW8 the text is NOT visible in design view unless I switch off rendering using CSS (Display Styles Off), but displays fine in a browser.
    If I switch off rendering using CSS I can see and edit the text but it is not remotely WYSIWYG
    The pages are created from templates and were originally created using DW4 or DW3.
    The site URL is http://www.decisionmodels.com/
    There has to be a simple solution to this but I just cant find it.
    Charles

    font verdana { font-family: Verdana, Geneva, sans-serif; }
    I changed the font from default because one of the old fixes I found for Dreamweaver suggested that...  I could change it back.
    You are aware that this is not a legitimate CSS selector, right?
    Forgive my ignorance, but what does this mean?  Does it refer to my font selection?  Or something else?
    It means that your selector "font verdana" is not a legal selector.  It says to find all "verdana" tags that are descendents of a font tag.  Clearly there is no valid HTML tag called "verdana".  If it was your intention to create a rule that would allow you to format text as verdana, or geneva or sans-serif, then that would have to be done with a CLASS selector, e.g.,
    .font_verdana { font-family: verdana, geneva, sans-serif; }
    Note the leading 'dot' and the underscore - spaces are not allowed in selector names.

  • Lists not showing in Design view

    If I preview page in browser, I can see the bulleted list,
    but it is not visibile in design view, pretty annoying. Anyone know
    why this might be happening? I validated my code and got no
    errors...

    Open any html page
    either type the element in code view, say h1. Hello
    it doesn't show up in Design View (It's visible in Live view however)
    Or,
    In Design View type Hello (yes, it's visible!)
    Highlight Hello, then right click (I use a 2 button mouse)  select from the pop-up menu and format the hello as h1. Hello
    It disappears from the design view... (yes, it's visible in Live View)
    Menu spry's and other "widgets" inserted do not display correctly in Design View, but display Okay in Live view
    (This behaviour did not happen in CS4)
    Mo Eb ,  Garry
    ***      http://uofgts.com 
          **      [email protected]
    o "Beer is living proof that God loves us and wants us to be happy."
    -Benjamin Franklin, American statesman and diplomat,  (1706-1790 ).

  • SSI do not appear in design view; CS4

    All of a sudden..  my ssi's do not appear in design view in CS4.  This is occuring in multiple web sites that prevously DID display SSI's
    Yes..  I do have  Preverances --> Invisible Elements -->  Server Sides Includes: Show contents of  include file IS checked
    Yes..  I have checked both the local and remote information in Site definitions .. all are correct. (and none have changed since the problem emerged) All sites are set to site root relative.
    Yes..  I have checked each include. None has any doc type, html or body tags.
    No.. LIve View is not turned on
    Yes.. the pages all validate
    Yes.. I have tried to 'start from scratch' .. new site, new site definitions.. new .shtml pages and new includes. No love!
    After inserting a new SSI using the insert menu  (typical code result: <!--#include virtual="/redesign/includes/quickClicks.htm" -->) the properties bar seems to get stuck .. displaying the ssi code and not allowing me to select other elements on the page to edit properties.  A restart of Dreamweaver solves the problem.  But boy is this annoying.
    All of the includes do display properly when uploaded to the web server and viewed in a browser.
    I've searched the forum..  and read any post that seemed even remotely relavant and have not been able to solve the problem.
    I would really appreciate your help.  I am a web designer and have used Dreamweaver for many, many years.
    Karen

    Nice site.  I drive by that school quite often when I shop in Thousand Oaks.
    Crashes, installation, JavaScript errors, and unexplained problems
    If Dreamweaver is acting erratically, or if you see a message saying "the following JavaScript error(s) occurred",  it's usually a sign of a corrupt cache file. The first thing to try should always be to delete the file cache. If that doesn't work, delete your personal Configuration folder. Full instructions are in Deleting a corrupted cache file.
    http://forums.adobe.com/thread/429114
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • SSI includes do not display in design view.

    Hi,
    I am working on an existing site. By "existing", I mean there
    was no Dreamweaver site definition. I created the site definition
    but, when I open pages that use ssi, the included files do not show
    in design view. If I reinsert the include, it show in design view.
    The code is the same in code view. Is there some way to update the
    includes so I don't have to reinsert them?
    Thank you,
    Henry

    By "header/footer" tags, Ken means "<html>,
    <head>, or <body>" tags - you
    have none of those in your files being included, do you?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Henry Anthony" <[email protected]> wrote in
    message
    news:f2skgv$aej$[email protected]..
    > Ken,
    >
    > I inherited the site. To work on it in Dreamweaver, I
    had to create the
    > site
    > definition. So, the site was defined after it was built.
    The include files
    > are
    > fine. No header/footer tags. I assumed the includes
    would show when I
    > opened a
    > file but they will only show if I reinsert the include
    while in design
    > view.
    > Upon examination of the code after the reinsert, there
    is no change.
    >
    > Thanks,
    > Henry
    >

  • PhpBB2 source code does not show in design view /CS3

    I would like to customize a php bulletin board.
    The default bulletin board page does not show in design view.
    Is there a way to do it , such that php code can be written
    by DreamWeaver via the design view ?

    > The files I am trying to edit, or that is think I should
    be trying to edit ,
    > are
    > index.php , and in the includes file template.php
    If I am sorting this out correctly, which i am _not_ sure of
    at the moment:
    those aren't .tpl files.
    they are .php files, and are part of the forum. They aren't
    displaying in
    design view because they are all php.
    You need to find and edit the template files.
    In previous link given:
    http://www.phpbb.com/community/viewtopic.php?t=10764
    <q>
    So where do I find these great 'templates'?
    Look in /templates/subSilver (thoroughout the FAQ I will be
    using subSilver,
    the default template. If you are using a different template
    then change the
    folder you look in accordingly). You will see a collection of
    files there.
    The templates are the ones with the file extension '.tpl' The
    majority of
    files in that folder are .tpl files. </q>
    strongly suggest you make a backup copy of anything you try
    to touch.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Javascript Navigator shows in Browser but not in DW Design View

    I am trying to install a javascript navigator on a web page.
    When I do this and view it in the design window, I get a message
    that says "Your browser does not support script". When I try to
    preview this with the IE browser, the navigation bar shows up. I am
    new at this so what am I missing? It shows up in the browser but
    not in the DW design page.
    Thanks

    >I am trying to install a javascript navigator on a web
    page. When I do
    >this
    > and view it in the design window, I get a message that
    says "Your browser
    > does
    > not support script". When I try to preview this with the
    IE browser, the
    > navigation bar shows up. I am new at this so what am I
    missing? It shows
    > up
    > in the browser but not in the DW design page.
    DW's design view does not interpret/execute javascript.
    -Darrel

Maybe you are looking for

  • What is the proper syntax to hide a div on the stage from within two nested symbols?

    Hi everyone, I have recently started to use Adobe Edge and had some prior experience with Flash. I have a button with a click action inside two symbols that should hide a symbol placed on the stage, which in turn its is parent symbol. I tried using t

  • Payment type problem

    beore two days i  redeem 25 dollar  itunes card on my account and i have none payment for a long long time and i was enable to download free games and apps . suddenly yesterday i was trying to dowmload a free game and i got stuck with the payment typ

  • What does this mean.?Error message

    i seem to have a few bugs operating firefox can anybody help. Error: [Exception... "Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIRequest.name]" nsresult: "0x80004001 (NS_ERROR_NOT_IMPLEMENTED)" location: "JS frame :: fil

  • Where does iCal store its calendars?

    If I want to back up an iCal calendar onto something like a USB flashdrive where would I find it?  Since I am not using Lion, I do not have iCloud capability.

  • Saprouter could not start  "Error:1053"

    Hi! I have installed the SAP-Router service and cannot start it from "SERVICES". I get the error "Could not start the saprouter on the Local machine". I also implemented the recommendation from microsoft ot apply the new package from http://support.m