Avisports template not rendering article for insite editing practice

Hi,
I have created a Layout Template from eclipse Sites plugin but and tried to render an article type using that template but I get the following errors in sites.log
[2013-01-03 17:41:55,014] [ERROR] [http-19001-2] [logging.cs.xcelerate.template] com.fatwire.insite.exceptions.RenderingException: Invalid value for cid:
[2013-01-03 17:41:55,014] [ERROR] [http-19001-2] [logging.cs.xcelerate.template] Unable to render pagelet. One or more required arguments are missing: in pagename: avi
sports/Page/InsiteEditLayout
my template code is the following (it's taken from tutorial).
<%@ taglib prefix="cs" uri="futuretense_cs/ftcs1_0.tld"
%><%@ taglib prefix="ics" uri="futuretense_cs/ics.tld"
%><%@ taglib prefix="render" uri="futuretense_cs/render.tld"
%><%@ taglib prefix="insite" uri="futuretense_cs/insite.tld"
%><cs:ftcs>
<render:logdep cid='<%=ics.GetVar("tid")%>' c="Template"/>
<ics:callelement element="avisports/getdata">
<ics:argument name="attributes" value="relatedArticle" />
</ics:callelement>
<html>
<head>
</head>
<body>
This is my page ${asset}
<div style="border: 1px solid black">
     <render:calltemplate tname="Summary" c="AVIArticle" cid="${asset.relatedArticle.id}" />
</div>
</body>
</html>
</cs:ftcs>
the result printed on title says +"This is my page {relatedArticle=null}"+
I think the problem is on the way the asset is declared/created because when I hardcode the asset id in cid="${asset.relatedArticle.id}" in the template I can get the article rendered.
Anyone has a hint where to look at for more info ? Thanks

How to debug it ???

Similar Messages

  • Add Content button not rendered inside Portlets on edit mode

    Hi,
    I have a requirement where administrators will add some external content(Add content) either from taskflow or portlet and that external content (along with taskflow output) will be shown to the users based on some logic performed inside the taskflow/portlet bean code.
    This PanelCustomziable should render AddContent button inside the portlet when pressing ctrl shiftE, but its no doing so? Where as the same PanelCustomizable renders AddContent button inside the taskflow on edit page? Any settings or changes needs to be done to make it work in porlet when consumed in portal?
    a)taskflow cannot be selected for this purpose, as there will be only a single instance of the taskflow across the portal and it cannot retain runtime MDS changes to a specific instance (Unless we design the ADF taskflow with MDS customization layer). By default, any runtime change in one taskflow instance will be propagated to all the other taskflow instances of the portal.
    (For eg.. Admin drops this taskflow onto a page1 and adds a image(external content) using the button AddContent inside the taskflow because of PanelCustomizable and close the page. He drops the same taskflow from RC only to find that the changes he done on page1 is being retained here ..its not resuable because of no MDS per instance)
    So we selected Portlet for this purpose, as it has the inbuilt personalization framework. Admin can personalize each portlet instance and drops on the the same page and diff page again. But with portlets, Add Content is not rendered.
    Its not just external content, the taskflow / porltet has some logic to perform and displays some output based on the ruleId which is the input parameter.
    Taskflow or jsff code
    ==================
    <cust:panelCustomizable id="pc1">
    <cust:showDetailFrame text="rules content" id="sdf1"
    shortDesc="rules content">
    <af:panelGroupLayout id="pg1" >
    <af:outputText label="RuleId" id="ot1" clientComponent="true"/>
    </af:panelGroupLayout>
    </cust:showDetailFrame>
    </cust:panelCustomizable>

    Can you please post this question to weblogic.developer.interest.portal
    newsgroup.
    Thanks
    "Lodewijk Spijker" <[email protected]> wrote in message
    news:3f165945$[email protected]..
    Hi,
    i am using Workshop 8.1 (GA release july) and i have discovered a bug (ora
    feature) with respect to the beta version.
    i have created a simple portlet with a view mode and an edit mode. When i
    place the portlet on the very first page of a one book portal, it works
    perfectly. However, i have a book with three pages and placed the portleton
    the second page. Now when i put the portlet in edit mode, by clicking the
    edit button, i am directed to the first page of the portal and the portlet
    will not show.
    Inspection learned that the URL generated for the edit button, didn't
    contain the _pagelabel parameter. When i added the parameter manually it
    works fine.
    A final remark is that the buttons in the titlebar have no icons thebrowser
    can load.
    hope someone can help me out,
    Lodewijk

  • Template not updating child pages {subject edited by moderator}

    I used templates for the sprymenu bar throughout the site. Recently, when i updated my nurse template (change the "2012 Upgrade" to "Upgrade" on the horizontal bar (see the red highlighted line in the code) and saved my change, I could not see the prompt asking me to confirm the updating of those linked child pages. I guessed i must have messed up the linking between the template (Nurses_Contentpage.dwt) and child pages (Nurses-inpatient.html and more html files). Where should I look at to fix this? Thanks!
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Template: Nurses_Contentpage.dwt
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <link rel="stylesheet" type="text/css" href="file://///cmc-childtest/departments/LearnEpic/style.css" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Clinical Support</title>
    <!-- TemplateEndEditable -->
    <script src="file://///cmc-childtest/departments/LearnEpic/SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-25722711-1']);
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    </script>
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <link href="file://///cmc-childtest/departments/LearnEpic/SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="wrap"><!-- TemplateBeginEditable name="EditRegion3" -->
      <div id="header">
        <h1>Clinical Support</h1>
        <h2> </h2>
      </div>
    <!-- TemplateEndEditable -->
      <div id="menu">
        <ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a href="index.html" target="blank">Home</a>      </li>
        <li><a href="#" class="MenuBarItemSubmenu">Providers</a>
          <ul>
            <li><a href="Providers_Inpatient.html">Inpatient/ICU</a></li>
            <li><a href="Providers_Ambulatory.html">Ambulatory</a></li>
            <li><a href="Providers_ED.html">Emergency Dept</a></li>
            <li><a href="Providers_PeriopServices.html">Periop Services</a></li>
            <li><a href="Providers_MyChildrens.html">MyChildren's</a></li>
                            <li><a href="Providers_MedSstudents.html">Medical Students</a></li>
          </ul>
        </li>
        <li><a class="MenuBarItemSubmenu" href="#">Nurses</a>
    <ul>
    <li><a href="Nurses_Inpatient.html">Inpatient/ICU</a></li>
            <li><a href="Nurses_Ambulatory.html">Ambulatory</a></li>
            <li><a href="Nurses_ED.html">Emergency Dept</a></li>
            <li><a href="Nurses_PeriopServ.html">Periop Services</a></li>
            <li><a href="Nurses_MyChildrens.html">MyChildren's</a></li>
          </ul>
          </li>
            <li><a href="pharmacists.html">Pharmacists</a></li>
            <li><a href="Therapists.html">Therapists</a></li>
            <li><a href="Ancillaries.html">Ancillaries</a>        </li>
            <li><a href="#" class="MenuBarItemSubmenu">Clinical Support</a>
    <ul>
    <li><a href="ClinicalSupport_ASR_PAR_SPAR.html">ASR/PAR/SPAR</a></li>
    <li><a href="ClinicalSupport_Admitting_ED_FC.html">Admitting/ED/FC</a></li>         
    <li><a href="ClinicalSupport_MA_PCA_PCT.html">MA/PCA/PCT</a></li>
    <li><a href="ClinicalSupport_Radio_Lab_Techs.html">Radiology/Lab Tech</a></li>
    <li><a href="ClinicalSupport_HUcs.html">HUC</a></li>
    <li><a href="ClinicalSupport_HIM.html">HIM</a></li>
    <li><a href="ClinicalSupport_FinancialServ.html">Pt Financial Services</a></li>
    </ul>
            </li>
                   <li><a href="MultiAreaModules.html">Multi-Area Modules</a></li>
            <li><a href="trainers.html">Trainers</a></li>
           <li><a href="Upgrade.html">Upgrade</a></li>
      </ul>
        </li>
      </div>
    <div id="contentwrap"><!-- TemplateBeginEditable name="EditRegion4" -->
      <div id="content02">
        <h2>Clinical Support &gt; Area name</h2>
       <table id="hor-minimalist-b" summary="Epic Access Requirements">
          <thead>
            <tr>
              <th width="169" >Category</th>
              <th width="554">Topic
              </th>
            </tr>
    <!-- MORE CODE HERE OMITTED....-->
    </div>
    <div style="clear: both;"> </div>
    </div>
    <div id="footer">
    <p>&copy; Copyright 2014 <a href="http://cmc-childnet/ChildNet/Departments/LearningInstitute/index.asp" target="_blank">the Learning Institute, </a><a href="http://cmc-childnet/ChildNet/Departments/home/index.asp" target="_blank">Children's Medical Center Dallas, Texas </a></p>
    </div>
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    One of the Child Nurse Pages: Nursee_inpatient.html
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><!-- InstanceBegin template="/Templates/Nurses_contentpage.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <link rel="stylesheet" type="text/css" href="style.css" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>NurseTraining - Inpatient/ICU</title>
    <!-- InstanceEndEditable -->
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-25722711-1']);
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    </script>
    <!-- InstanceBeginEditable name="head" -->
    <!-- InstanceEndEditable -->
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="wrap"><!-- InstanceBeginEditable name="EditRegion3" -->
      <div id="header">
        <h1><a href="#">Nurse Trainings</a></h1>
        <h2> </h2>
      </div>
    <!-- InstanceEndEditable -->
      <div id="menu">
        <ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a href="index.html" target="blank">Home</a>      </li>
        <li><a href="#" class="MenuBarItemSubmenu">Providers</a>
          <ul>
            <li><a href="Providers_Inpatient.html">Inpatient/ICU</a></li>
            <li><a href="Providers_Ambulatory.html">Ambulatory</a></li>
            <li><a href="Providers_ED.html">Emergency Dept</a></li>
            <li><a href="Providers_PeriopServices.html">Periop Services</a></li>
            <li><a href="Providers_MyChildrens.html">MyChildren's</a></li>
                            <li><a href="Providers_MedSstudents.html">Medical Students</a></li>
          </ul>
        </li>
        <li><a class="MenuBarItemSubmenu" href="#">Nurses</a>
    <ul>
    <li><a href="Nurses_Inpatient.html">Inpatient/ICU</a></li>
            <li><a href="Nurses_Ambulatory.html">Ambulatory</a></li>
            <li><a href="Nurses_ED.html">Emergency Dept</a></li>
            <li><a href="Nurses_PeriopServ.html">Periop Services</a></li>
            <li><a href="Nurses_MyChildrens.html">MyChildren's</a></li>
          </ul>
          </li>
            <li><a href="pharmacists.html">Pharmacists</a></li>
            <li><a href="Therapists.html">Therapists</a></li>
            <li><a href="Ancillaries.html">Ancillaries</a>        </li>
            <li><a href="#" class="MenuBarItemSubmenu">Clinical Support</a>
    <ul>
    <li><a href="ClinicalSupport_ASR_PAR_SPAR.html">ASR/PAR/SPAR</a></li>
    <li><a href="ClinicalSupport_Admitting_ED_FC.html">Admitting/ED/FC</a></li>
    <li><a href="ClinicalSupport_MA_PCA_PCT.html">MA/PCA/PCT</a></li>
    <li><a href="ClinicalSupport_Radio_Lab_Techs.html">Radiology/Lab Tech</a></li>
    <li><a href="ClinicalSupport_HUcs.html">HUC</a></li>
    <li><a href="ClinicalSupport_HIM.html">HIM</a></li>
    <li><a href="ClinicalSupport_FinancialServ.html">Pt Financial Services</a></li>
    </ul> 
            </li>
                   <li><a href="MultiAreaModules.html">Multi-Area Modules</a></li>
            <li><a href="trainers.html">Trainers</a></li>
            <li><a href="2012Upgrade.html">2012 Upgrade</a></li>
      </ul>
        </li>
      </div>
    <div id="contentwrap"><!-- InstanceBeginEditable name="EditRegion4" -->
      <div id="content02">
        <h2>Nurses &gt; Inpatient/ICU</h2><br />
        <table id="hor-minimalist-b" summary="Epic Access Requirements">
          <thead>
            <tr>
              <th width="168" >Category</th>
              <th width="555">Topic
                </th>
            </tr>
            <tr >
    <!-- more code/content omitted -->
        <div style="clear: both;"> </div>
      </div>
    <!-- InstanceEndEditable -->
      <div id="sidebar02">
    <h3>   Nurses by Area</h3>
    <ul>
    <li><a href="Nurses_Inpatient.html">Inpatient/ICU</a></li>
    <li><a href="Nurses_Ambulatory.html">Ambulatory</a></li>
    <li><a href="Nurses_ED.html">Emergency Dept</a></li>
    <li><a href="Nurses_PeriopServ.html">Periop Services</a></li>
    <li><a href="http://cmc-childnet/ChildNet/Departments/LearnEpic/Nurses_MyChildrens.html">MyChildren's</a></li>
    </ul>
    </div>
    <div style="clear: both;"> </div>
    </div>
    <div id="footer">
    <p>&copy; Copyright 2014 <a href="http://cmc-childnet/ChildNet/Departments/LearningInstitute/index.asp" target="_blank">the Learning Institute, </a><a href="http://cmc-childnet/ChildNet/Departments/home/index.asp" target="_blank">Children's Medical Center Dallas, Texas </a></p>
    </div>
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    <!-- InstanceEnd --></html>

    I do have the exact hierarchy of this site on both the test and production sites.
    If that were the case then DW would not change the links to file:/// links. Are you sure they didn't start that way? Typically they get that way when you insert an element into the page that is *outside* the root folder for the site.
    For the nurse template, there are 6 child pages. I am using a total of 5-6 templates and each template has 3-6 child pages.
    I don't see any reason why you would need so many templates for this simple layout. I haven't encountered a site I couldn't do with a single template yet. However, that's not answering your question.
    Is this lack of propagation of changes true for ALL your templates in this site or only one? Also, do you see it happen on other sites?

  • End of Template not rendering

    I have created a Lower 3rd template in Motion where a bar and text slides onto screen, displays for 8 sec, then slides off the way it came. I have saved the project as a template and then used the template in a FCP project. When viewing the Lower 3rd in the timeline it slides into and out of the frame properly. When I render the clip, it slides on, but does not slide off, it simply cuts out. If I slow down or speed up the clip (for eg. 8:01 frames instead of 8:00) it will slide off properly (this is not a good fix as the frame blending isn't perfect). I am at a loss to why FCP / Motion is behaving in this way. Any assistance would be appreciated.
    Motion 4.0.3
    FCP 7.0.3

    I dont think you can adjust your framerate in Motion once you've created the project. At least I didn't know how when I recently had the same problem.
    I just created a new project with the correct framerate, opened both projects and copied the elements from one to another. And adjusted the timing as needed. Worked great.

  • JSP page not rendering correctly for remote system

    I have a jsp page that has an HtmlGraphicImage component that gets set by a method in a java bean using
    image2.setUrl( imageFilename );
    When I run the application on my local system (my development system running Studio Creator) the page comes up on my web browser with the proper image.
    However, when I try to access the page from a remote PC, the page comes up okay with all the static components, but the image is blank. When I look at the page source on that browser, the image url is set to blank (i.e. nothing inside quotes).
    Any ideas why this image is rendered correctly on my local system and not remotely?

    <title>Home</home>Find the mistake!

  • Dashboard widgets not rendering correct for second user account

    Hi - on my macbook I have two user accounts. My problem here is that the dashboard widgets do not render correct on the second account.
    This goes for most widgets - the typical effect is that the text is not show, as in the unit converter - text is not shown in weather widget - and so on.
    If I switch to the other (Admin) account then everything seems to work perfectly. I have tried removing the .plist files and changing the second account to an Admin account but with no luck.
    Is there anything else I ought to try?
    regards
    Christian
    MacBook (black)   Mac OS X (10.4.7)  

    So - solved - conflicting Helvetica font.

  • My favicons are not showing up for all my imported bookmarks as well as certain current bookmarks and when I open the about:config it says "browser.chrome.favicons;false". Shouldn't this be true and how to I change it?

    I had to rebuild my computer and when I imported all of my bookmarks they had no favicons. I started getting some of the favicons when I would go to the websight it would reconnect, but now I can't seem to see almost any of them. I did a search on Google and one tech site suggested the about:config file and that the "browser.chrome.favicons;false" should be set to true. But when I toggle it to true and restart Firefox it is once more set to false. I know it doesn't seem like much, but it is really annoying not having those favicons.
    Help me Obi Wan Firefox you are my only hope.

    The browser.chrome.favicons preference should be set to true, as it is not retaining the value when you restart Firefox, see the [[Preferences are not saved]] article for possible causes.

  • Styles Not Rendered

    I have some page templates that do not use an external style
    sheet and in DW pages made from those templates are not rendered as
    they are in the template. Those same pages are rendered properly
    when they are loaded into Internet Explorer.
    Summary
    Style declared inside template.
    Template renders properly in DW.
    Page from template not rendered properly in DW. (and page
    updated)
    Page from template renders properly in Internet Explorer.
    Does anyone know of any reason why this would happen?
    Thanks

    Show me the page, please.
    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
    ==================
    "michael_afosr" <[email protected]> wrote in
    message
    news:e4aij5$rr$[email protected]..
    >I have some page templates that do not use an external
    style sheet and in
    >DW
    > pages made from those templates are not rendered as they
    are in the
    > template.
    > Those same pages are rendered properly when they are
    loaded into Internet
    > Explorer.
    >
    > Summary
    >
    > Style declared inside template.
    >
    > Template renders properly in DW.
    >
    > Page from template not rendered properly in DW. (and
    page updated)
    >
    > Page from template renders properly in Internet
    Explorer.
    >
    > Does anyone know of any reason why this would happen?
    >
    > Thanks
    >

  • MacBook Pro with SSD that has a limited disk space (120GB). Rendering in Project File (User/Movies/Final Cut Projects), it takes huge space and the limited disk space would not be enough for the whole editing.

    I'm using MacBook Pro with 128GB SSD that has a limited disk space. As we know, when rendering in Project File (User/Movies/Final Cut Projects), it takes huge space and the limited disk space would not be enough for the whole editing.
    My question is, Is there any method to get the rendering Projects file saved into an external hard drive which is connected with USB/ Thunderbolt/ Firewire, with huge disk space (eg. 500GB HDD).
    Now, new project created in my Mac is automatically saved in (User/Movies/Final Cut Projects) and my Mac has ran out of space to hold the files.
    Thank you.

    You have at least 3 different ways to show the project library:
    1) Go to WIndow->Show Project Library
    2) Click the button in bottom left of your window: 
    3) Hit the keyboard shortcut (Command-0)
    The project library will be shown, occupying the area where the timeline usually is.
    Your hard disks will be visible. Click the hard disk where you want the new project to reside and hit Cmd-N to create a new project.

  • Edits will not be saved. Any Edits made to the enterprise global template items are only available during this session.

    Hi,
    I am getting a pop-up message(Edits will not be saved. Any Edits made to the enterprise global template items are only available during this session.Make edits in checked-out enterprise global template to make them
    available for all users of this project server) when trying to insert a new column in the Gannt Chart View.
    Due to this what all are the columns that inserted in the project plan, will be lost when open the project in the next time.
    I have opened the Enterprise Global Template and cross checked for Gaant Chart view it is showing the table as "Entry" only.
    The requirement is what all columns are required for the project plan, manager will insert in the project first time. Next time on-wards it needs to be display the columns when opened the project from server by default.
    We are unable to reproduce this issue in our Dev Envt.
    Could anyone of you please help me.
    Thanks in Advance!
    Regards,
    Venkat

    Hi Venkat,
    I suggest to remove Gantt Chart view and Entry table from Eglobal. These are default views from client and it is highly recommended to not use them in Enterprise Global.
    Whatever a user ist doing on a view or table which is included in Enterprise Global will be reset on next open - therefore you receive this message.
    If you need some server wide defined views and tables, create them. But remove Gantt Chart and Entry.
    Does that help?
    Regards
    Barbara
    To increase the value of this forum, please mark the replies that helped to solve your issue as answer. If you find answers to questions from other forum participants to be helpful, please mark them as helpful. Your participation will help others to find
    an appropriate solution faster. Thanks for your support!

  • Spry tool tip does not work in template or child pages within an editable region. Why not?

    Ok. so I am getting pretty frustrated. I take the time to learn how to use CSS and to create a template page for a Contractor Site (www.ContractorInsurance.net). The idea is to create a page that I can use for different classes of Contractors...right?
    Then I get all happy about being able to insert ToolTip onto pages to help the user. Great!
    LIfe to turn to Sorrow after nearly five hours of searching for a "eeking" answer.
    So what good does it do to have an Editable region to update if we cannot have the flexibility to insert a tool tip on child pages?  Ok so the fast solution is to what... Have a question mark image, insert another apDiv, name it toolTip_Not and provide it with a show=hide behavior?
    RRRRRrrr...
    This really sucks not being able to find a solution within a reasonable amount of time.

    I have tried thank you. However...it is still not working.
    www.ContractorInsurance.net/course_of_construction.php
    The error message is "Making this change would require code that is locked by a template translator"
        Re: Spry tool tip does not work in template or child pages within an editable region. Why not?
        created by altruistic gramps in Spry Framework for Ajax - View the full discussion
    If you have a look at the following simple document with a tooltipTooltip trigger goes here.
    Tooltip content goes here.
    you will notice that a couple of lines have been placed in the HEAD section of the document. When using DW templates, the HEAD section is usually not editable, hence the error mesaage. By default, your template should have an editable region in it just before the closing tag. It looks like this: <!-- TemplateBeginEditable name="head" > <! TemplateEndEditable --> Dreamweaver should be able to find that editable region and insert the
    <script> tag there automatically. Because you don't have an editable region like that in the <head>, open the master template, and paste the code above just before the closing </head>
    tag. Gramps
    Edited to remove personal data

  • When iMovie '11 renders SD for iPad the quality goes way down. Is there a way to do this that does not compress as much?

    It appears that DV/DVCAM SD files are about 300 MB per minute. When iMovie '11 compresses a rendered movie for iPad the size is less than 30 MB per minute. It greys out the otherwise available HD options in favor of "large", but this level of compression seems to really decrease the quality, creating unacceptable levels of quantization error noise and color banding. Is there a way to render a finished edited movie created in iMovie '11 or iMovie 5 that will not do this? I could compress in HandBrake but there is apparently no way to send the editing metadata to it from iMovie. Any suggestions?

    I can't answer your first question.
    The default location for the imovie Theater.theater  package is in your user / Movies folder.

  • Styles not rendering in edit mode

    I have Contribute CS5. When I view a page in non-edit mode in Contribute, the page renders with the appropriate styles.  When I put it in edit mode, some syltes render, some do not.  The styles do show for selection in my style drop down list. Can anyone tell me what the issue might be?  This is disconcerting for our users.

    I am using multiple style sheets, but the styles that are not rendering are in the last style sheet called.  I think I pretty much have determined that the rendering engine in Contribute cannot do some styles (perhaps after a certain CSS version number?).  For instance it would not render font-variant:small caps. I had this in my h1 style declaration. But it would render color:red; on that same h1 as an experiment I tried. It also won't render background images.

  • Rendered Property for my Button not working correctly

    Hi Guys,
    I Have a Table which bound to my ObjectListDataProvider
    Each row will have button as follow
    1.Edit ( rendered = 'isRendered" ) ( action = "edit_action()" )
    2.Update ( rendered = "not isRendered") ( Action = "update_action()")
    3.Cancel ( rendered = "not isRendered()") (Action = "cancel_action()")
    The idea is when user first load the page what they can only see is Edit Button
    Then when they start Click the Edit Button for particularr row it will
    invoke the edit_action() method and set some Setting which cause the isRendered() value changed so
    The Edit Button now wont be rendered but Update and Cancel Button will be rendered.
    But when i click on Update Button nothing happens.
    it seems rendering Component at runtime doesn't work
    But i use visible propert instead of rendered it works perfectly.
    Anybody encounter this issue before?
    Thanks

    yes when i clicked Edit Button these few thins will happen as below.
    1. edit_action() invoked because i print something inside this method for tracing so i know this is invoked
    2. then Edit Button would disappear( not rendered anymore) , as In turn ,
    Update and Cancel Button would be rendered.
    yea i use same value
    all i did just go to properties windows bind the rendered value to "isRendered()" method
    Because it doesn't work i clear the value , now i set the Visible value to "isRendered()" method for Update and Edit
    But i never changed the action binding
    so i guess its okay
    Yea it is very weird and i dont know what cause this
    the problem is when we can see Update Button means it is already being rendered right so it should invoke the binding method behind when i start clicking it but it just doesn't work for rendered...

  • To buy or not to buy an entry level 13in MBP? Have a 30in display I would like to connect it to for photo editing and a little video. Any advice?

    In the last year the logic board in both my 17in MBP (5yrs old) and Mac Pro (4yrs old) have died.  The local techies have advised due to cost and age that replacing them would not be worth it in the long run.
    I am thinking to buy the most basic MBP and connecting it to my 30in cinema display would give me the best of both worlds - a desktop option when at home and a laptop for travelling.  Is this a viable option?  I would be using it for photo editing (photoshop) mainly and a little video editing with Final Cut Pro when connected to the cinema display and a little light internet usage, emails and such when on the go. 
    My other question is, do all MBP come with airport/wireless capabilities as standard?  (I had to purchase airport separately when I bought the other computers.
    Thanks in advance

    The 13" MBP is c**p, it's a consumer MacBook quality in a silver case with a "Pro" sticker, comes with poor integrated graphics that overheat when it even looks at a web video, all shiny screens poor for video. Scores a mere 11 on Cinebench.
    Like Sig said, 15" 2.0 (scores 18) or better, 2.2 (scores a decent 30) or better preferred, it has the hefty video card you need to power the external monitor.
    also you get a anti-glare option, excellent for avoiding glare and reflections in portable uses.
    also you may need the quad core i7 for processing video faster, dual cores are toast.
    17" high res has true 1920 x 1080 (1080i) with it's 1920 x 1200 pixel screen, I've got one. Sweet.
    Sad to hear you have been having such a bad run with Mac's, it used to be they lasted 5-7 years or longer easy.

Maybe you are looking for

  • I am looking for an email app for the iPad other than Mail?

    Two business people are sharing an iPad and we want to be able to both use email on the same iPad, but if we set up our Mail accounts on the iPad as I understand it, Mail may merge our contact lists.  (Our email accounts are hosted by our domain regi

  • Why can't bluetooth support more than one item at a time?

    I have a HDX JAM bluetooth speaker which allows me to play music from my iPhone to a nice loud powered portable speaker. The speaker needs to be paired naturally. I wanted to add another HDX JAM so I could hear the music in a couple of rooms as I did

  • Iphone in recovery mode and DFU mode but PC still doesn't recognize device

    HELP! My iphone 4 just keeps blinking the apple logo for hours! I tried the recovery mode and DFU mode, the first time went well, but it started to blink again after I restored it. Now I'm doing the same steps going to recovery mode and DFU mode, the

  • Individual product silent installations

    Hi, I work at a university, and there are a number of departments that make use of adobe software, ranging from the master disk cs5.5 to just photoshop cs4. My problem is that with the deployment solution we are using, we are trying to limit the numb

  • JSR 168 Portlets with JSF Content

    Is there any news on the possibility of achieving this. Should I go ahead and do it myself using MyFaces and the Apache Portals JSF Bridge?  (or try and leverage the WebSphere JSF tooling using the Apache Portals JSF Bridge)?   Or use the Sun JSF-Por