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

Similar Messages

  • 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.

  • Page not rendering in IE6

    I just updated my site and I discovered that the page is not rendering in IE6 (and IE5.5, but I suppose no one uses that anymore).
    All I can see is the red background color.
    The link to the site is www.schudden.net.
    Can anybody tell me why the page is not visible in IE6?

    I use a transparant png for the footer.
    I did not use any frames to construct my site, made this from a one column, fixed header and footer template in dreamweaver.
    The previous site was visible in IE 6.
    I actually made a whole new layout, but he content stayed the same.
    When I validate in dreamweaver it gives me two errors in the css file:
    Unsupported property: _position
    Affects: Firefox 1.5, 2.0, 3.0; Internet Explorer 6.0, 7.0, 8.0b1; Internet Explorer for Macintosh 5.2; Netscape 8.0; Opera 8.0, 9.0; Safari 2.0, 3.0
    Unsupported value: 'fixed'
    Affects: Internet Explorer 6.0, 7.0, 8.0b1; Internet Explorer for Macintosh 5.2
    Perhaps this is causing the error, but I don't know how to resolve this.
    There was also an error about the min-height I used. I deleted that option, but it did'n't help.
    This is the source code:
    <!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">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Schudden fansite</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <link href="../css/Noorderzon.css" rel="stylesheet" type="text/css" />
    <!--[if gte IE 5.5]>
    <![if lt IE 7]>
    <style type="text/css">
    div#Sticky {
    /* IE5.5+/Win - this is more specific than the IE 5.0 version */
    right: auto; bottom: auto;
    left: expression( ( 0 - Sticky.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: expression( ( 0 - Sticky.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
    <![endif]>
    <![endif]-->
    </head>
    <body class="oneColElsCtrHdr">
    <div id="container">
    <div id="header">
    <h1> </h1>
    <!-- end #header --></div>
    <div id="mainContent">
    <div id="nav"><a href="index.html" title="Home">Home</a> | <a href="nieuws.html" title="Nieuws">Nieuws</a> | <a href="../schudden.html" title="Schudden">Schudden</a> | <a href="../speellijst.html" title="Speellijst">Speellijst</a> | <a href="../media.html" title="Media">Media</a> | <a href="../links.html" title="Links">Links</a> | <a href="http://www.tboek.nl/tboek/index.php?name=schudden" title="Gastenboek" target="_blank">Gastenboek</a> | <a href="mailto:[email protected]" title="Contact">Contact</a> | <a href="../nieuwsbrief.html" title="Nieuwsbrief">Nieuwsbrief</a></div>
    <!-- TemplateBeginEditable name="Contenttext" -->Contenttext<!-- TemplateEndEditable --></div>
      <div id="footer">
        <p> </p>
      <!-- end #footer --></div>
    <!-- end #container --></div>
    </body>
    </html>
    And this is the CSS code:
    @charset "utf-8";
    html, body {
    height: 100%;
    body {
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    background-color: #800000;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    height: 100%;
    body,td,th {
    font-size: 9pt;
    color: #333;
    text-align: center;
    /* Tips for Elastic layouts
    1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
    2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
    3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
    #container  {
    text-align: center; /* this overrides the text-align: center on the body element. */
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    background-color: #800000;
    top: 0px;
    bottom: 0px;
    padding: 0px;
    width: 100%;
    #header  {
    width: 960px;
    padding-top: 0;
    padding-bottom: 0;
    height: 160px;
    margin-right: auto;
    margin-left: auto;
    background-color: #DDDDDD;
    background-image: url(../images/header.jpg);
    #header h1  {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    #mainContent  {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0px;
    background-image: url(../images/mainbg.jpg);
    line-height: 15pt;
    .titlelink {
    font-size: 16px;
    font-weight: 500;
    font-variant: small-caps;
    color: #800000;
    .alignleft {
    text-align: left;
    #nav {
    text-align:center;
    margin-top:0px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10pt;
    color:#000;
    font-weight:700;
    padding-top:9px;
    padding-bottom:10px;
    text-decoration:none;
    background-image: url(../images/mainbg.jpg);
    background-repeat: repeat;
    width: 960px;
    #nav a {
    background:#fff;
    color:#000;
    text-decoration:none;
    #nav a:active {
    background:#fff;
    #nav a:hover {
    background:#fff;
    color:#000;
    font-size:10pt;
    padding-bottom:2px;
    border-bottom-width: 3px;
    border-bottom-style: dotted;
    border-bottom-color: #800000;
    a:link {
    color: #000;
    a:hover {
    color: #000;
    a:active {
    color: #369;
    a:visited {
    font-style: normal;
    color: #369;
    #footer  {
    color:#FFF;
    border: 0px solid orange;
    position:fixed;
    /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
    _position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    background-image: url(../images/bottom.png);
    height: 100px;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    .subtext {
    font-size: 8pt;
    color: #800000;
    .tableheader {
    font-weight: 700;
    color: #FFF;
    line-height: 30px;
    text-transform: uppercase;
    background-image: url(../images/tableheader.jpg);
    padding-left: 10px;
    table tr .tableheader {
    text-align: left;
    padding-left: 10px;
    .tablecontent {
    padding-left: 10px;
    text-align: left;
    .center {
    text-align: center;
    .justify {
    text-align: justify;
    .linkheader {
    background-image: url(../images/linkheader3.jpg);
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    #subnav {
    text-align:center;
    margin-top:0px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10pt;
    color:#000;
    font-weight:700;
    padding-top:9px;
    padding-bottom:10px;
    text-decoration:none;
    background-image: url(../images/mainbg.jpg);
    background-repeat: repeat;
    width: 960px;
    I hope this helps
    @pziecina : the validation errors are weird, because I have a doctype in my documents.
    Could this be caused by the fact that I have domainname linked to an external site (I use the free space I got from my provider, and the domainname link is forwarded to this space). Because, when I validate the original index.html file (http://members.home.nl/justme4u/index.html) it only gives me two errors.

  • Columns in Dreamweaver CS3 Template Pages Not Displaying Correctly in IE8

    I have a site that has most pages created with a template page that displays three columns below the navbar (counting a small column to the left for the logo at the top the table has four columns).  The home page (index.html - not from the template) displays the same colums as the template pages correctly, but all the pages created with the template show the first column as way to wide and the next two columns as far too narrow.
    I have trawled the internet to find a solution, but as my knowledge of HTML is limited it is proving near impossible for me to even find a relevant forum topic, let alone a workable solution.  All I want is for the template pages with three visible columns below the navbar to display the same widths as those in index.html.
    I am working on a mac and the pages all preview fine in Safari, Firefox etc, but not in IE8 on Windows 7 machines.
    I have tried rather indelicately to shove various bits of code in to fix the width of the columns and render such commands as table-layout=fixed etc, but with absolutely no effect.
    The site is: www.southoverfoods.com
    If anyone can help I will be grateful.

    You do want to fix these errors -
    http://validator.w3.org/check?uri=http%3A%2F%2Fwww.southoverfoods.com%2Fabout.html&charset =%28detect+automatically%29&doctype=Inline&group=0
    Most are straightforward.
    If you view the page in IE9, and click on the compatibility icon, the rendering looks right.  Unfortunately, I cannot force that rendering with any of the accepted meta tag usages!
    <meta http-equiv="X-UA-Compatible" content="IE=7" />
    <meta http-equiv="X-UA-Compatible" content="IE=8" />
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
    So I'm a little puzzled what to do....

  • 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.

  • 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

  • Nesting Templates: Child-Template Pages not Fully Responding to Editable vs. Un-Editable Regions

    M'kay, so first and foremost, all of this is being done within Dreamweaver CS5. How I might explain this is that I have a series of Master-Templates for my website, accompanied then by Child-Templates linked off of / nested from my Master-Templates. So far this is going wonderfully, that is, until I try to make a page from one of my Child-Templates.
    The page from my Child-Template accurately comments-out an un-editable region (Region in which was editable within the Master-Template, but left as ONLY editable within the Child-Template) so long as I add an EDITABLE region WITHIN it. Under the circumstance that I DO NOT add an editable region within the Master-Template's editable region, the region within the Page is still appearing editable.
    For example:
    Master Template:
    <!-- TemplateBeginEditable name="ChildTemplateCSSLinks" -->
         Child Template CSS Links Here.
    <!-- TemplateEndEditable -->
    Child Template:
    <!-- InstanceBeginEditable name="ChildTemplateCSSLinks" -->
         Child Template CSS Links Here.
         <!-- TemplateBeginEditable name="ChildPageCSSLinks" -->
              Child PAGE CSS Links Here.
         <!-- TemplateEndEditable -->
    <!-- InstanceEndEditable -->
    Child Page:
    Child Template CSS Links Here. (Accurately appearing Un-Editable - {Master-Template's editable region tags accurately appearing invisible})
    <!-- InstanceBeginEditable name="ChildPageCSSLinks" -->
         Child PAGE CSS Links Here. (Accurately appearing Editable)
    <!-- InstanceEndEditable -->
    This is an example of an editable regions that WORKS. In the Child-Page the "Child Template CSS Links Here." IS appearing commented out and therefore un-editable within the Child-Page, like it's supposed to be. This then allows the "Child PAGE CSS Links Here" to be ACCURATELY editable within the Child-Page.
    Now for an example of what DOESN'T work:
    Master Template:
    <!-- TemplateBeginEditable name="ChildTemplateCSSLinks" -->
         Child Template CSS Links Here.
    <!-- TemplateEndEditable -->
    Child Template:
    <!-- InstanceBeginEditable name="ChildTemplateCSSLinks" -->
         Child Template CSS Links Here.
         (As you see, I have NOT added an additional editable region within this Master-Template's editable region. This is an area that is ONLY supposed to be editable within the Child-Template and NOT the Child-Page, which SO FAR appears to be accurate.)
    <!-- InstanceEndEditable -->
    Child Page:
    <!-- InstanceBeginEditable name="ChildTemplateCSSLinks" -->
         Child Template CSS Links Here.
         (For some reason, ONLY so long as I DO NOT add an additional Child-Template-editable-region within this Master-Template's editable region, this area is STILL appearing visible as well as editable within the Child-Page.)
    <!-- InstanceEndEditable -->
    So, under this circumstance, it seems that the only way I can leave a Master-Template's editable region ONLY editable within the Child-Template and NOT editable within the Child-Page is by leaving an ADDITIONAL editable region produced via the Child-Template somewhere within EVERY SINGLE editable region produced via the Master-Template. Unless I am doing something seriously wrong, this so far appears to be a potential defect/bug within Dreamweaver CS5. I can't imagine how this would be accurate, otherwise Child/Nested-Templates would not be possible to make. What might I be doing wrong? Is there any way that I can specify in the Master-Template that an Editable Region is ONLY Editable within the Child-Template and NOT within further Child-Pages (A Page based off of the Child-Template)? Or perhaps is there a way that I can specify in the Child-Template that an editable region WILL NOT be editable within the Child-Page? Furthermore, no, I DO NOT want to make them "Optional Regions," so please do not suggest that.
    I know that this is all probably a bit confusing, but hopefully the examples above will help more than the descriptions aside. As you can probably assume, this is definitely a HUGE complication within my website if there doesn't end up being a solution, especially with all the time I have put into making the Child-Templates that I hope to rely on. It really would be a bit ridiculous if I had to script-in an additional editable region within every single Master-Template-editable-region available within my Child-Template just so that I may update my Child-Template, furthermore allowing my edits to drop down to my Child-Pages, especially since it would maintain content that I never wanted to be editable within the Child-Page in the FIRST place.
    Some help would be sincerely appreciated, and as soon as possible, if I might ask politely.
    Thank you. Sincerely,
    ~ Miss Cat

    =____= I cannot believe that I am saying this, after writing ALL of that up, but thanks to "Dreamweaver CS5 for Dummies," I just learned that if you place: @@(" ")@@ within the Child/Nested Template's editable region that you DO NOT want passed down to your Child-Pages, it won't appear editable. Goodness knows why such an inconspicuous formula was the answer, but I guess whatever works. ...WHY WAS THIS INFORMATION SO DIFFICULT TO FIND?!?!?!?! @____@ Information on Nested Templates in general seems rather difficult to find, however, so I'm glad I figured this out /not ever a full hour/ after writing all this up and posting it. #__#  ...At least my Child-Templates can work thoroughly now, though. So... Scenario FIXED. ^^
    I only hope now that such information will appear helpful to anyone else hunting for this information via Google or other Search Engine in the future. And if there is anything at all that I am still officially missing, then do feel free to add it to the feed and let me know, because the last thing I need right now are more surprise difficulties to equally slow down the productivity of this massive project I've been working on... @___@ ..But so far things seem to be going good. ^^ So I can settle myself unbelievably grateful that there ended up being a solution to this ridiculousness after all.
    Sincerely,
    Miss Cat
    [signature promo info removed by moderator]

  • Page not rendering correctly

    I have a site I am going to that is not rendering properly, instead of seeing a standard page I see a list of links, followed by pictures. Kind of like you usually see on a "Site Map" page. I have contacted the webmaster and he says it does render properly on his safari. It does render properly for me in FF, so I figure it has to be something in my setup. I have disabled all extensions, enabled Java and JS, no go.
    Here is what I am seeing on Safari (6.0.5):
    Here is how it should render:
    Thoughts?

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, or by a peripheral device.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output and Wi-Fi on certain iMacs.  The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • JSPX page Not Rendering on Tomcat

    Greetings to all. I used JDeveloper10132 to develop and test my application. After deploying the application on tomcat, all is working well except one page is not rendering when I open it.
    Thanks.

    Any server side logs?
    Is it in constantly loading state?
    If other pages are rendering then its not an issue with libraries i guess.
    Venkat

  • 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.

  • Re:DW8 flash on template page not shows flash

    Hi Murray,
    When I changed it to relative nothing changed, the .dwt works
    fine but not
    my other pages based on the template. Maybe there is
    something wrong with
    the editable regions?
    Thanks for your help
    Sam
    Make the link to your Flash file be a root relative one.
    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
    ==================
    Hi all,
    I have a template based page with one flash animation.
    When I preview my template page the flash is working fine,
    but in my pages
    bases on the template I don't see my flash animation.
    Do I miss something?
    You can find my pages (text) on the following links:
    http://www.waterloocity.be/doc/go2waterloo_FR-dwt-asp.txt
    http://www.waterloocity.be/doc/index-asp.txt
    I searched in the archives but fund nothing that helps me
    I appreciate all help
    Thanks in advanced, Sam

    Then there is something wrong with the SWF file.
    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
    ==================
    "SamDesign.be" <[email protected]> wrote in
    message
    news:[email protected]...
    > Now, I see noting. In dreamweaver I see the swe but when
    I do the "play"
    > it's white
    >
    > "Murray *ACE*" <[email protected]> a
    écrit dans le message
    > de news: [email protected]...
    >> Do you see the Flash element locally?
    >>
    >> --
    >> 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
    >> ==================
    >>
    >>
    >> "SamDesign.be" <[email protected]>
    wrote in message
    >> news:[email protected]...
    >>> Yes, I work localy for the moment.
    >>>
    >>> "Murray *ACE*"
    <[email protected]> a écrit dans le
    message
    >>> de news: [email protected]...
    >>>> Did you upload the Scripts folder?
    >>>>
    >>>> <script
    src="../Scripts/AC_RunActiveContent.js"
    >>>> type="text/javascript"></script>
    >>>>
    >>>> --
    >>>> 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
    >>>> ==================
    >>>>
    >>>>
    >>>> "SamDesign.be"
    <[email protected]> wrote in message
    >>>> news:[email protected]...
    >>>>> Hello Murray,
    >>>>>
    >>>>>
    >>>>>
    >>>>> I tray it again but still don't working.
    I made a new page, without
    >>>>> linking to a template, and there my
    flash is also not showing up.
    >>>>>
    >>>>> Here is my code from a test page.
    >>>>>
    >>>>> Thanks for your time!
    >>>>>
    >>>>>
    >>>>>
    >>>>> <%@LANGUAGE="VBSCRIPT"
    CODEPAGE="1252"%>
    >>>>>
    >>>>> <!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">
    >>>>>
    >>>>> <head>
    >>>>>
    >>>>> <meta http-equiv="Content-Type"
    content="text/html;
    >>>>> charset=iso-8859-1" />
    >>>>>
    >>>>> <title>Untitled
    Document</title>
    >>>>>
    >>>>> <script
    src="../Scripts/AC_RunActiveContent.js"
    >>>>>
    type="text/javascript"></script>
    >>>>>
    >>>>> </head>
    >>>>>
    >>>>> <body>
    >>>>>
    >>>>> <script type="text/javascript">
    >>>>>
    >>>>> AC_FL_RunContent(
    >>>>> 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','wid th','100','height','60','title','test','src','/flash/newpub','quality','high','pluginspage ','http://www.macromedia.com/go/getflashplayer','movie','/flash/newpub'
    >>>>> ); //end AC code
    >>>>>
    >>>>>
    </script><noscript><object
    >>>>>
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    >>>>> codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
    >>>>> width="100" height="60" title="test">
    >>>>>
    >>>>> <param name="movie"
    value="/flash/newpub.swf" />
    >>>>>
    >>>>> <param name="quality" value="high"
    />
    >>>>>
    >>>>> <embed src="/flash/newpub.swf"
    quality="high"
    >>>>> pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    >>>>> type="application/x-shockwave-flash"
    width="100" height="60"></embed>
    >>>>>
    >>>>> </object></noscript>
    >>>>>
    >>>>> </body>
    >>>>>
    >>>>> </html>
    >>>>>
    >>>>>
    >>>>>
    >>>>> "Murray *ACE*"
    <[email protected]> a écrit dans le
    >>>>> message de news:
    [email protected]...
    >>>>>> If you changed it to ROOT relative,
    e.g.,
    >>>>>>
    >>>>>> /Flash/whatever.swf
    >>>>>>
    >>>>>> Then it would work. Please show us
    your code....
    >>>>>>
    >>>>>> --
    >>>>>> 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
    >>>>>> ==================
    >>>>>>
    >>>>>>
    >>>>>> "SamDesign.be"
    <[email protected]> wrote in message
    >>>>>>
    news:[email protected]...
    >>>>>>> Hi Murray,
    >>>>>>>
    >>>>>>> When I changed it to relative
    nothing changed, the .dwt works fine
    >>>>>>> but not my other pages based on
    the template. Maybe there is
    >>>>>>> something wrong with the
    editable regions?
    >>>>>>>
    >>>>>>> Thanks for your help
    >>>>>>>
    >>>>>>> Sam
    >>>>>>>
    >>>>>>>
    >>>>>>> Make the link to your Flash file
    be a root relative one.
    >>>>>>> --
    >>>>>>> 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
    >>>>>>> ==================
    >>>>>>> Hi all,
    >>>>>>>
    >>>>>>> I have a template based page
    with one flash animation.
    >>>>>>>
    >>>>>>> When I preview my template page
    the flash is working fine, but in my
    >>>>>>> pages
    >>>>>>> bases on the template I don't
    see my flash animation.
    >>>>>>>
    >>>>>>> Do I miss something?
    >>>>>>>
    >>>>>>> You can find my pages (text) on
    the following links:
    >>>>>>>
    >>>>>>>
    http://www.waterloocity.be/doc/go2waterloo_FR-dwt-asp.txt
    >>>>>>>
    >>>>>>>
    http://www.waterloocity.be/doc/index-asp.txt
    >>>>>>>
    >>>>>>> I searched in the archives but
    fund nothing that helps me
    >>>>>>>
    >>>>>>> I appreciate all help
    >>>>>>>
    >>>>>>> Thanks in advanced, Sam
    >>>>>>>
    >>>>>>>
    >>>>>>
    >>>>>>
    >>>>>
    >>>>>
    >>>>
    >>>>
    >>>
    >>>
    >>
    >>
    >
    >

  • DW8 flash on template page not shows flash

    Hi all,
    I have a template based page with one flash animation.
    When I preview my template page the flash is working fine,
    but in my pages
    bases on the template I don't see my flash animation.
    Do I miss something?
    You can find my pages (text) on the following links:
    http://www.waterloocity.be/doc/go2waterloo_FR-dwt-asp.txt
    http://www.waterloocity.be/doc/index-asp.txt
    I searched in the archives but fund nothing that helps me
    I appreciate all help
    Thanks in advanced, Sam

    Make the link to your Flash file be a root relative one.
    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
    ==================
    "SamDesign.be" <[email protected]> wrote in
    message
    news:eugrqh$jr9$[email protected]..
    > Hi all,
    >
    > I have a template based page with one flash animation.
    >
    > When I preview my template page the flash is working
    fine, but in my pages
    > bases on the template I don't see my flash animation.
    >
    > Do I miss something?
    >
    > You can find my pages (text) on the following links:
    >
    >
    http://www.waterloocity.be/doc/go2waterloo_FR-dwt-asp.txt
    >
    >
    http://www.waterloocity.be/doc/index-asp.txt
    >
    > I searched in the archives but fund nothing that helps
    me
    >
    > I appreciate all help
    >
    > Thanks in advanced, Sam
    >
    >

  • Fusion Order Demo : Page Not Rendering Correctly

    Hi,
    I am a newbie to ADF development.
    I am trying to create Fusion Order Demo exercise.
    Scenario
    ProductCatalog Page contains 3 tables , Category, SubCategory and Products
    When User should click Category , Subcategory Table should appear(Parameter Category Id) is set.
    When user should click Subcategory , Products Table should appear.(Parameter SubCategory id is set)
    Code for Category Name Click
    <af:column headerText="#{bindings.BrowseCategory.hints.CategoryName.label}"
    sortProperty="#{bindings.BrowseCategory.hints.CategoryName.name}" sortable="false" id="c4">
    <af:commandLink id="ot4" text="#{row.CategoryName}">
    <af:setActionListener from="#{row.CategoryId}" to="#{pageFlowScope.CategoryId}"/>
    <af:setActionListener from="#{row.CategoryName}" to="#{pageFlowScope.CategoryName}"/>
    </af:commandLink>
    Code for SubCategoryName Click
    <af:column headerText="#{bindings.BrowseSubCategory.hints.CategoryName.label}"
    sortProperty="#{bindings.BrowseSubCategory.hints.CategoryName.name}" sortable="false"
    id="c10">
    <af:commandLink id="ot10" text="#{row.CategoryName}">
    <af:setActionListener from="#{row.CategoryId}" to="#{pageFlowScope.SubCategoryId}"/>
    <af:setActionListener from="#{row.CategoryName}" to="#{pageFlowScope.SubCategoryName}"/>
    </af:commandLink>
    </af:column>
    I am using setcurrentCategory() method to set category and Subcategory respectively.
    Rendered Property for Subcategory Table : #{bindings.param_CategoryId ne null and bindings.param_SubCategoryId eq null}
    Rendered Property for ProductsTable : #{bindings.param_CategoryId ne null && bindings.param_SubCategoryId ne null}
    param_CategoryId has value #{pageFlowScope.CategoryId}
    param_SubCategoryId has value #{pageFlowScope.SubCategoryId}
    Problem Summary
    1) When I click on Category Name it ges to SubCategory page correctly
    But When I click on SubCategory Form link Category Name, the Products Page does not appear at all.
    I have tested the Tables separately and they were appearing correctly in Master Detail relationship.
    Partial Triggers for Products Table is set to :SubCategory.
    2) I see that param_CategoryId and param_SubCategoryId goes as null to setcurrentCategory() method
    when I click CategoryName on SubcategoryPage.

    Hi Vinay,
    1) When I set the parameters to hard coded value it directly comes to Products Page(expected) as
    the system is designed to render Products Form if both Category Id and SubCategoryId is set.
    But what surprises me is it still does not shows any value for Products even though my setCurrentCategory() method
    does a voProduct.executeQuery();
    I see the log messages :: Where clause for Product : ProductEO.CATEGORY_ID = 4 but still nothing even though my query in backend return rows.
    2) When I do a row.id.inputValue it throws error : The class 'java.lang.Long' does not have the property 'inputValue'.
    3) A sample log file too big to upload here
    But I see that pageFlowScope.CategoryId never has a value.
    Regards,
    Nikhil

  • Web page not rendering properly

    I recently switched my site to a Macbook laptop & the
    page is all squished to the left. I ALSO switched from Dreamweaver
    8 (on a pc) to CS3 (on a mac).
    It rendered properly in win XP, but not so on the mac - is
    there a way to figure out what I am doing?!? the browser preview
    looks fine, it looks fine online, but in Dreamweaver CS3 the
    template formats the main body text and menus in a straight line -
    not at all whiziwig. I spent an hour trying to find out who to
    call. the web address is Franceinfo.US
    Marc Snyder

    I hate when people use those "tinyurl" type of addresses.
    First it hides the real address which should be known which is:
    http://validator.w3.org/
    Put your address in there. Linking doesn't work because there
    is a time limit to the page if I am not mistaken:
    Most of those errors seem pretty trivial. Basically in XHTML
    1.0 Strict you need to have a container to put around block level
    elements (ie: input, textarea, etc). So your form would need to be
    in the form of:
    <form>
    <fieldset> (or you can use div or any of the other tags
    listed on that validation page)
    ...form elements go here....
    </fieldset> (or / whatever tag you used)
    </form>
    The width and height have to do with using CSS. Those can be
    defined in a class or id and then assigned to that button. Also in
    XHTML, border is assumed 0 unless otherwise defined in CSS,
    therefore border=0 is not needed. And align issues are defined in
    CSS. Pretty much if the validator says it should not be defined it
    means it should be defined in the CSS code not the HTML.
    Target="_blank" is the only interesting one. That is replaced by
    the following javascript on links:
    onclick="window.open(this.href); return false;"
    BTW, I am testing using Safari and Firefox on my Powerbook
    and everything appears to be fine. What browser are you using to
    view these pages?

  • Theme 25 error page not rendering all CSS/JS - bug?

    Hi,
    I'm using theme 25 and my theme error page is "No Tabs - No Sidebar", Application Express 4.2.1.00.08
    If I receive an error in my application, my error page has no style.
    When I compare a page displaying normally and the error page (with the same template) I notice file references are missing from both the JS & CSS "File URLs" attributes.
    The template shows JS & CSS respectively - all are included when rendering a normal page. The variables are application level substitution strings.
    #IMAGE_PREFIX#libraries/modernizr/2.5.3/modernizr.min.js?v=#APEX_VERSION#
    [if lt IE 9]#IMAGE_PREFIX#libraries/respond-js/1.1.0/respond.min.js?v=#APEX_VERSION#
    &THEME_LOCATION.js/4_2#MIN#.js?v=#APEX_VERSION#
    &TEMPLATE_LOCATION.vbs_1.0.js
    &JS_LOCATION.
    &THEME_LOCATION.css/4_2.css?v=#APEX_VERSION#
    &THEME_LOCATION.css/responsive_grid.css?v=#APEX_VERSION#
    &TEMPLATE_LOCATION.vbs_1.0.css
    &CSS_LOCATION.What is rendered is only
    <script type="text/javascript" src="/i/libraries/modernizr/2.5.3/modernizr.min.js?v=4.2.1.00.08"></script>
    <!--[if lt IE 9]><script type="text/javascript" src="/i/libraries/respond-js/1.1.0/respond.min.js?v=4.2.1.00.08"></script><![endif]-->
    <script type="text/javascript" src="/i/themes/our_theme/custom/cons/cons_1.0.js"></script>
    <!--[if IE]><link rel="stylesheet" href="/i/css/apex_ie.min.css?v=4.2.1.00.08" type="text/css" /><![endif]-->
    <link rel="stylesheet" href="/i/libraries/jquery-ui/1.8.22/themes/base/jquery-ui.min.css" type="text/css" />
    <link rel="stylesheet" href="/i/themes/our_theme/custom/cons/cons_1.0.css" type="text/css" />I tried replacing the substitution strings in the missing files with the full path and they are still absent.
    Scott

    Hi Scott,
    thanks for providing the test case. Your problem is similar to bug 16342445 - page rendering error may result in developer toolbar links not working (Bug report - Developer toolbar links
    which we have already fixed in 5.0. I have now backported the fix to our next Patch Set (4.2.2)
    As a workaround for the time being you could duplicate the CSS and JavaScript files into the "Error Template" property.
    Regards
    Patrick
    Member of the APEX development team
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

Maybe you are looking for