Updating template based XSLT page

I have the following setup: a template and a few HTML pages
based on it plus a few XSLT(.xsl) pages based on that template.
Whenever I change the template, the HTML pages are automatically
updated, but not the XSLT ones, even tough they appear in the list
from the "update pages" dialog. If I load the XSLT page and choose
from the menu Modify>Templates>Update Current Page, the page
gets updated. If I choose Modify>Templates>Update Pages, it
doesn't work.
This is happening only in Dreamweaver CS4, it was working in
CS3.
Recreating site cache doesn't solve the problem.
Is there any option to enable so that all the pages based on
a template (not only the HTML ones gets updated?
Thanks,
Adrian.

Mat:
Here's my stock answer for this question -
Here are seven common mistakes that will result in changes not propagating from Template to child -
1.  Rename the Templates folder
2.  Move the Templates folder to some other folder level in the site other than root level
3.  Move a template out of the Templates folder.
4.  Make changes to an editable region of the Template (which will not propagate)
5.  Assume that Template changes will be effected by just uploading the changed Template file to the server without also uploading the changed local files
6.  Corrupt the site cache so that the link between Template and child page is broken
7.  Improperly create your child pages by simply opening the Template, adding page specific content, and resaving the Template with an *.html extension rather thanits *.dwt extension. (you can tell if this is the case by looking at the code on a child page - if you see anything like <!-- TemplateBeginEditable... then this is what you have done).  If you *have done this*, then recreate the child pages (in DW) using FILE | New > Page from Template, select the Template and click CREATE.
The 6th problem can be repaired by using SITE | Advanced > Recreate Site Cache, and the six others can be fixed by just not doing them.  Have you done any of those?
Or, read this -
http://www.adobe.com/go/dd83ba8b

Similar Messages

  • Updating template changes to pages

    Error code 3 constantly appears when trying to update pages
    after changes have been made to the templates, can anyone help
    please?

    the coding is as follows:
    <?xml version="1.0" encoding="iso-8859-1"?>
    <!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"
    xml:lang="en">
    <head>
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Welcome to Quotec</title>
    <!-- TemplateEndEditable --><meta name="description"
    content="Quotec Limited is a technology consultancy. We undertake
    technology related projects for clients in the private and public
    sectors in the UK and overseas." />
    <meta name="keywords" content="Quotec Limited, Quotec,
    Quo-tec Limited, Quo-tec, Strategy consultants, Technology
    Exploitation, Technology, Marketing Evaluation, Programme
    Management, Technology development, Project evaluation, Healthcare
    Technologies, Private sector, Public Sector, Materials Expertise,
    Buckinghamshire, Bucks, Hertfordshire, Oxfordshire, Oxon,
    Engineering, United Kingdom, UK, due diligence, market research,
    programme management, best practice, roadmaps, roadmapping" />
    <link href="../quotecstyles.css" rel="stylesheet"
    type="text/css" media="screen" />
    <link href="../printstyles.css" rel="stylesheet"
    type="text/css" media="print" />
    <!-- TemplateBeginEditable name="head" --><!--
    TemplateEndEditable -->
    </head>
    <body>
    <a class="skiplink" href="#navigation">Skip to
    Navigation</a>
    <div id="container">
    <div class="printonlyheader">
    <img src="../images/quotec_headerprint.jpg" alt="Quotec"
    width="780" height="103" border="0"/>
    </div>
    <div id="pageheader">
    <h1><span>Quotec</span></h1>
    <h2><span>Your technology
    partner</span></h2>
    </div>
    <!-- TemplateBeginEditable name="mainContent" -->
    <div id="content"> <img
    src="../images/home_office3.jpg" alt=" " width="230" height="200"
    class="pic border" />
    <h1>Welcome to Quotec</h1>
    <p>Quotec Limited is a technology consultancy which
    has been supporting the exploitation of technology since 1984. We
    undertake technology related projects for clients in the private
    and public sectors in the UK and overseas.</p>
    <p>The main services we provide are:</p>
    <p><strong>Technology
    Exploitation</strong> including strategy development,
    technology and market evaluation/due diligence and technology
    transfer.</p>
    <p><strong>Programme Management</strong>
    including strategy development and <br />
    technology transfer programme management, best practice
    advice and programme/project evaluation.</p>
    <p>We work in many areas of technology specialising in
    materials and healthcare<br />
    technologies. We have a strong complementary network of
    Associates with <br />
    expertise and experience in many sectors and technical
    areas. Our work <br />
    is ISO 9001 certified.</p>
    </div>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="navPanels" -->
    <div id="navpanel"> <a name="navigation"
    id="navigation"></a>
    <div id="navbar">
    <ul>
    <li><span>01.</span><a
    href="../index.htm" title="Back to the Homepage">
    Home</a></li>
    <li><span>02.</span><a
    href="../techstrategy.htm" title="Technology Strategy">
    Technology Strategy </a></li>
    <li><span>03.</span><a
    href="../programme_management.htm" title="Programme Management">
    Programme Management</a></li>
    <li><span>04.</span><a
    href="../expertise.htm" title="Quotec's Expertise">
    Expertise</a></li>
    <li><span>05.</span><a
    href="../clients.htm" title="Quotec's Clients">
    Clients</a></li>
    <li><span>06.</span><a
    href="../aboutus.htm" title="About Quotec Limited"> About
    Us</a></li>
    <li><span>07.</span><a
    href="../contactus.htm" title="Contact Quotec Limited"> Contact
    Us</a></li>
    <li><span>08.</span><a
    href="../vacancies.htm" title="Vacancies at Quotec Limited">
    Vacancies</a></li>
    </ul>
    </div>
    <div id="navimage1"> </div>
    </div>
    <div id="copyright">
    <p class="copyright1"><a href="sitemap.htm"
    title="go to Quotec
    Sitemap">sitemap</a>       <a
    href="
    http://www.w3.org/WAI/WCAG1AA-Conformance"
    title="Explanation of Level Double-A Conformance"
    target="_blank">aa</a>         copyright
    &copy; 2006 Quotec Limited</p>
    </div>
    <!-- TemplateEndEditable --></div>
    </body>
    </html>

  • How to insert a Jquery slideshow to a template based html page?

    I would like to insert a simple jquery slideshow into an existing div in an html page which is linked to a template page. Do I add the js files and code to the template html or the child html where I want the slideshow? Do I need to divorce the page from the template? It seems that the js has to be put into the head from what I've read so far and this is not editable in a template child...
    lunairecollective.com/news.html is the page I wish to alter, currently there are very simple links with swap text of container. I would like to have a cyclic slideshow in the div to replace the current swap images and links.
    The website is in html4 transitional, and I'm using Dreamweaver cc
    Thanks for any help!

    Yes, there are editable areas in the child page as you saw from the website address. And I can see there are some editable elements in the head, though not all of it. Could you show me where I should insert the javascript code for a jQuery slideshow please? The relevant code follows:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html><!-- InstanceBegin template="/Templates/lunaire4_temp.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <!-- InstanceBeginEditable name="doctitle" -->
    <meta name="description" content="The most recent review of Lunaire Collective printed in The Australian newspaper.">
    <meta name="keywords" content="review, The Australian, Whistler, Tom Green, Birtwistle secret theatre">
    <title>LUNAIRE COLLECTIVE: Reviews and photos of Lunaire Collective - News and Reviews</title>
    <!-- InstanceEndEditable -->
    <link href="desktop.css" rel="stylesheet" type="text/css">
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <!-- InstanceBeginEditable name="head" -->
    <script type="text/javascript">
    function MM_setTextOfLayer(objId,x,newText) { //v9.0
      with (document) if (getElementById && ((obj=getElementById(objId))!=null))
        with (obj) innerHTML = unescape(newText);
    </script>
    <!-- InstanceEndEditable -->

  • What's best "drag/drop" or template-based web page designer?

    Without learning HTML, what would you suggest for the best drag & drop style web page designer/editor for setting up a fairly professional looking website that will be used for commerce, including shopping carts, etc.? There are many for Windows, what's the best one for Mac, hopefully free or shareware?

    Well before you mentioned the whole commercial aspect of things, I still would have suggested iWeb. You might check out Sandvox or RapidWeaver, though I'm not sure that any of these will be particularly suited for commercial uses in terms of security and privacy.
    If you find this information useful, please take the time to provide me with feedback by marking my reply as "solved" or "helpful" using those little buttons that you see in the title bar of this reply. I'd really appreciate it!

  • #PAGE.CUSTOMIZEPAGE# substitution tag problem on template based pages

    I've created an Unstructured UI template that includes the #PAGE.CUSTOMIZEPAGE# substitution tag.
    It works fine on a normal page, but it doesn't render the 'Customize' link if the page is based on a template. I know that I am authorized to customize the page, because a Portal Smart Link on the same page allows me to do just that. Does anybody know whether there are any issues with this substitution tag on template based pages? (I've used the #PAGE.EDITPAGE# tag in the same Unstructured UI Template with no problems on either normal, or template based pages.)
    Oracle Portal Version 10.1.2.0.2.
    I started this thread on the Portal - General forum, but now realise it's more relevant here.
    Original thread: Customize Page link not rendered on template-based sub page.
    Thanks
    Matthew

    Just a guess, but it seems that the site uses server side includes (the shtml extension and there is a ssi include in your template). You will probably need a testserver running (like XAMPP) on your local system to preview this in a browser.
    Grtz

  • Template based files in CS3 not updating

    Hi! I'm having problems working with Templates in Dreamweaver
    CS3. Basic operations like creating new template, defining regions,
    etc, works normally except for Updating Files based on the template
    action. It will display the Update Files status window but it won't
    update the pages and it'll just stuck. Opening each file and doing
    a "Update Current Page" works though. Your ideas? Thanks!

    Here are seven common mistakes that will result in changes
    not propagating
    from Template to child -
    1. Rename the Templates folder
    2. Move the Templates folder to some other folder level in
    the site other
    than root level
    3. Move a template out of the Templates folder.
    4. Make changes to an editable region of the template (which
    will not
    propagate)
    5. Assume that template changes can be uploaded to the server
    without also
    uploading the changed local files
    6. Corrupt the site cache so that the link between template
    and child page
    is broken
    7, Improperly create your child pages by simply opening the
    template,
    adding page specific content, and resaving the template with
    an *.html
    extension rather that its *.dwt extension. (you can tell if
    this is the case
    by looking at the code on a child page - if you see anything
    like <!--
    TemplateBeginEditable... then this is what you have done)
    The 6th problem can be repaired by using SITE | Advanced >
    Recreate Site
    Cache, and the six others can be fixed by just not doing
    them. Have you
    done any of those?
    Or, read this -
    http://www.adobe.com/go/dd83ba8b
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "dealtph" <[email protected]> wrote in
    message
    news:fohel1$26b$[email protected]..
    > Hi! I'm having problems working with Templates in
    Dreamweaver CS3. Basic
    > operations like creating new template, defining regions,
    etc, works
    > normally
    > except for Updating Files based on the template action.
    It will display
    > the
    > Update Files status window but it won't update the pages
    and it'll just
    > stuck.
    > Opening each file and doing a "Update Current Page"
    works though. Your
    > ideas?
    > Thanks!
    >

  • DW keeps asking me to update files based on template when I switch windows

    I have a page based on a template.
    Whilst editing the page from a template I am switching back and forth between a word document and windows folders to process the files for DW
    EVERY TIME I click on anything outside DW I get a dialog box asking me to Update Template links.
    I cannot get rid of it.
    If I press Update the box freezes for ages (I cancelled after 30 mins)
    If I press Dont update then it goes away until I click on anywhere outside DW again.
    I've never had this before so why now?
    It's so annoying it is preventing me from getting work done.
    I only have 5 pages so far - thank goodness I've not got a hundred pages!
    Any advice would be appreciated.
    Thenk you in advance
    Terry

    Try this:
    If that doesn't work, delete your DW Personal Configuration Folder as described below:
    http://forums.adobe.com/thread/49481
    That's from the thread I started today about this issue. So far, that has seemed to help. I can actually get some work done without getting prompted to update files every 10 seconds!

  • How can I insert a widget slideshow into a template-based page in Dreamweaver

    HI, I Have a question that has been nagging me for the last three hours.
    I have been trying to insert a slideshow into a template based document using the insert widget function in Dreamweaver CS 5.5.  The problem is that I contine to get the error that
        "This widget requires code that must be inserted into the head of the current document.  Insertion cannot happen because the head of this document is read only."
    I have tried to edit the template file in order to make the head tag into an editable region.  I have tried to resolve the problem by eliminating the
    <!-- #BeginEditable "doctitle" --> function call and instead using the <!-- InstanceBeginEditable name="head" -->
    function, but all that does is grey out all the code on the page following the this function call.  The other side effect of using this method is that the child documents do not even have a header anymore.
    I do not know if this is just a lack of understanding how this works, or if there is a bug in Dreamweaver.
    Any help in this subject wold be appreciated. 
    The original HTML for the template in question is below.
    Header 1
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
    <html>
    <head>
    <!-- #BeginEditable "doctitle" -->
    <title>Priental Solar, Solar, Photovoltaik, PV Anlagen</title>
    <!-- #EndEditable -->
    <META NAME="Title" CONTENT="Priental Solar, Solar, Photovoltaik, PV Anlagen</">
    <META NAME="Author" CONTENT="Priental Solar, Solar, Photovoltaik, PV Anlagen">
    <META NAME="Publisher" CONTENT="Priental Solar, Solar, Photovoltaik, PV Anlagen">
    <META NAME="Copyright" CONTENT="printEFFECTS  GbR 2011">
    <META NAME="Revisit" CONTENT="After 14 days">
    <META NAME="Keywords" CONTENT="Sonnenenergie, Solar, Photovoltaik, Photovoltaik energie, solarmodul, solarmodule, solaranlagen, solarenergie, solaranlage, pv anlage, erneuerbare energie, pv anlagen, solarenergie photovoltaik">
    <meta name="abstract" content="Sonnenenergie, Solar, Photovoltaik, Photovoltaik energie, solarmodul, solarmodule, solaranlagen, solarenergie, solaranlage, pv anlage, erneuerbare energie, pv anlagen, solarenergie photovoltaik">
    <META NAME="Description" CONTENT="Hier können Sie kostenlos ein Angebot für eine PV Anlage (Photovoltaikanlage) anfordern. Priental Solar ist Ihr Partner für Planung und Installation von Photovoltaikanlagen">
    <META NAME="Abstract" CONTENT="Priental Energiesysteme & Priental Solar, Solar, Photovoltaik, PV Anlagen</">
    <meta name="classification" content="Priental Energiesysteme & Priental Solar, Solar, Photovoltaik, PV Anlagen">
    <META NAME="audience" CONTENT=" Alle ">
    <META NAME="Robots" CONTENT="INDEX,FOLLOW">
    <META NAME="Language" CONTENT="Deutsch">
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <link rel="stylesheet" href="../style.css" type="text/css">
    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
    </head>
    <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <div class="back">
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td height="100%" align="center">
            <table width="900" border="0" cellspacing="0" cellpadding="0" height="10">
              <tr>
                <td height="10"></td>
              </tr>
            </table>
            <table width="900" border="0" cellspacing="0" cellpadding="0" height="142">
              <tr>
                <td>
                  <table width="900" border="0" cellspacing="0" cellpadding="0" height="142">
                    <tr>
                      <td width="645"><a href="../index.html"><img src="../images/top-1-2_01.jpg" width="645" height="142" border="0"></a></td>
                      <td width="255" background="../images/top-1-2_02.jpg"> </td>
                    </tr>
                  </table>
                </td>
              </tr>
            </table>
            <table width="900" border="0" cellspacing="0" cellpadding="5" height="20" bgcolor="#CCCCCC">
              <tr>
                <td bgcolor="#003366">
                  <div align="right">   <a href="../kont_schreiben.php" class="linkGrey">Kontakt</a>     <span class="linkGrey">|</span>     <a href="../anfahrt.htm" class="linkGrey">Anfahrt</a>    <span class="linkGrey">|</span>     <a href="../Impressum.htm" class="linkGrey">Impressum</a>    </div>
                </td>
              </tr>
            </table>
            <table width="900" border="0" cellspacing="0" cellpadding="5" height="3" bgcolor="#99CC33">
              <tr>
                <td bgcolor="#99CC33"> </td>
              </tr>
            </table>
            <table width="900" border="0" cellspacing="0" cellpadding="0" height="450">
              <tr>
                <td valign="top">
                  <table width="900" border="0" cellspacing="0" cellpadding="3">
                    <tr>
                      <td valign="top" width="180" bgcolor="#99CCCC">
                        <table width="180" border="0" cellpadding="10">
                          <tr>
                            <td bgcolor="99CC33">
                              <div align="left"><a href="../index.html" class="linkmmenu2">Startseite</a></div>
                            </td>
                          </tr>
                          <tr>
                            <td bgcolor="99CC33">
                              <div align="left"><a href="../Solaranlagen.htm" class="linkmmenu2">Solaranlagen</a></div>
                            </td>
                          </tr>
                          <tr>
                            <td bgcolor="99CC33">
                              <div align="left"><a href="../BHKW.htm" class="linkmmenu2">BHKW</a></div>
                            </td>
                          </tr>
                          <tr>
                            <td bgcolor="99CC33">
                              <div align="left"><a href="../heimkraftwerk.htm" class="linkGrey"><span class="linkmmenu2">Priental Heimkraftwerk</span></a></div>
                            </td>
                          </tr>
                           <tr>
                            <td bgcolor="99CC33">
                              <div align="left"><a href="../FAQ.html" class="linkGrey"><span class="linkmmenu2">Heimkraftwerk FAQ</span></a></div>
                            </td>
                          </tr>
                          <tr>
                            <td bgcolor="99CC33">
                              <div align="left"><a href="../Brandsicherung.htm" class="linkmmenu2">Brandsicherung</a></div>
                            </td>
                          </tr>
                          <tr>
                            <td bgcolor="99CC33">
                              <div align="left"><a href="../Solar-Lexikon.htm" class="linkmmenu2">Solarlexikon</a></div>
                            </td>
                          </tr>
                          <tr>
                            <td bgcolor="99CC33">
                              <div align="left"><a href="../Team.htm" class="linkmmenu2">&Uuml;ber
                                uns / Team</a></div>
                            </td>
                          </tr>
                          <tr>
                            <td bgcolor="99CC33">
                              <div align="left"><a href="../1_Referenzen4_70KwP.htm" class="linkmmenu2">Referenzen</a></div>
                            </td>
                          </tr>
                          <tr>
                            <td bgcolor="99CC33">
                              <div align="left"><a href="../newsletter_anm.php" class="linkmmenu2">Anmeldung News</a></div>
                            </td>
                          </tr>
                          <tr>
                            <td bgcolor="99CC33">
                              <div align="left"><a href="../pdf/empfehlung_heimkraftwerk.pdf" target="_new" class="linkmmenu2">Empfehlungen</a></div>
                            </td>
                          </tr>
                        </table>
                      </td>
                      <td width="20" bgcolor="#99CCCC"> </td>
                      <td valign="top" width="660" align="left" bgcolor="#FFFFFF">
                        <table width="660" border="0" cellspacing="8" cellpadding="0" height="450" bordercolor="#999933" bgcolor="#F0F8FB" align="left">
                          <tr>
                            <td align="left"><!-- #BeginEditable "content" -->{content}<!-- #EndEditable --></td>
                          </tr>
                        </table>
                      </td>
                    </tr>
                  </table>
                </td>
              </tr>
            </table>
            <table width="900" border="0" cellspacing="0" cellpadding="5" height="25" bgcolor="#003366">
              <tr>
                <td height="10" align="left">     <span class="txtBottomSm">BERATUNG
                  | PLANUNG | KOMPLETTSERVICE</span></td>
              </tr>
            </table>
            <table width="900" border="0" cellspacing="0" cellpadding="0" height="60" bgcolor="99CC33">
              <tr>
                <td height="10">
                  <table width="860" border="0" cellspacing="0" cellpadding="20">
                    <tr>
                      <td align="left"><!-- #BeginEditable "bottom" -->{bottom}<!-- #EndEditable --></td>
                    </tr>
                  </table>
                </td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </div>
    </body>
    </html>

    Thanks for the response.
    Unfortunately, I have tried it, but continue to recieve the same error message.  I have double checked the syntax and positioning of the editable regions, and they match yours completely.  In the child page everything is editable.  Do you have any other suggestions for this perplexing problem?  Thanks
    Here is the syntax of the header tag from the child page showing all of the editable regions:
    Header 1
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
    <html><!-- #BeginTemplate "/Templates/comp.dwt" --><!-- DW6 -->
    <head>
    <!-- #BeginEditable "doctitle" -->
    <title>Priental Solar, Solar, Photovoltaik, PV Anlagen</title>
    <!-- #EndEditable -->
    <!-- #BeginEditable "meta" -->
    <META NAME="Title" CONTENT="Priental Solar, Solar, Photovoltaik, PV Anlagen</">
    <META NAME="Author" CONTENT="Priental Solar, Solar, Photovoltaik, PV Anlagen">
    <META NAME="Publisher" CONTENT="Priental Solar, Solar, Photovoltaik, PV Anlagen">
    <META NAME="Copyright" CONTENT="printEFFECTS  GbR 2011">
    <META NAME="Revisit" CONTENT="After 14 days">
    <META NAME="Keywords" CONTENT="Sonnenenergie, Solar, Photovoltaik, Photovoltaik energie, solarmodul, solarmodule, solaranlagen, solarenergie, solaranlage, pv anlage, erneuerbare energie, pv anlagen, solarenergie photovoltaik">
    <meta name="abstract" content="Sonnenenergie, Solar, Photovoltaik, Photovoltaik energie, solarmodul, solarmodule, solaranlagen, solarenergie, solaranlage, pv anlage, erneuerbare energie, pv anlagen, solarenergie photovoltaik">
    <META NAME="Description" CONTENT="Hier können Sie kostenlos ein Angebot für eine PV Anlage (Photovoltaikanlage) anfordern. Priental Solar ist Ihr Partner für Planung und Installation von Photovoltaikanlagen">
    <META NAME="Abstract" CONTENT="Priental Energiesysteme & Priental Solar, Solar, Photovoltaik, PV Anlagen</">
    <meta name="classification" content="Priental Energiesysteme & Priental Solar, Solar, Photovoltaik, PV Anlagen">
    <META NAME="audience" CONTENT=" Alle ">
    <META NAME="Robots" CONTENT="INDEX,FOLLOW">
    <META NAME="Language" CONTENT="Deutsch">
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <!-- #EndEditable -->
    <!-- #BeginEditable "head" -->
    <link rel="stylesheet" href="style.css" type="text/css">
    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
    <!-- #EndEditable -->
    </head>

  • Problem inserting FLV into template based page DW8

    Error when inserting an FLV into a template based page.
    The error is: "Making this change would require changing code
    that is locked by a template or translator. The change will be
    discarded."
    I thought perhaps something was wrong with my code so I
    created a new page in DW8, with one word of text. Saved the new
    page as a template with the one word of text made into an editable
    region. Created a page based on that template and attempted to
    insert a FLV file into the editable region (using Insert > Media
    > Flash Video). I still get the error message. I've attached the
    code for this page.
    I also get the error message when I go through the tutorial
    Presenting
    Video with the Flash Video Component in Dreamweaver 8. Using
    the files provided in the tutorial.
    Is the only workaround for this the one I found here?:
    http://med.stanford.edu/irt/web/references/flash_video_installation.html.
    Steps are under heading "Workaround for Locked Code insert error"
    near bottom of page.
    Any help is appreciated.
    Jen

    > Is the only workaround for this the one I found here?:
    >
    http://med.stanford.edu/irt/web/references/flash_video_installation.html.
    > Steps
    > are under heading "Workaround for Locked Code insert
    error" near bottom
    > of
    > page.
    This workaround *will* work....
    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
    ==================
    "kilmeny21" <[email protected]> wrote in
    message
    news:[email protected]...
    > Error when inserting an FLV into a template based page.
    >
    > The error is: "Making this change would require changing
    code that is
    > locked
    > by a template or translator. The change will be
    discarded."
    >
    > I thought perhaps something was wrong with my code so I
    created a new page
    > in
    > DW8, with one word of text. Saved the new page as a
    template with the one
    > word
    > of text made into an editable region. Created a page
    based on that
    > template and
    > attempted to insert a FLV file into the editable region
    (using Insert >
    > Media >
    > Flash Video). I still get the error message. I've
    attached the code for
    > this
    > page.
    >
    > I also get the error message when I go through the
    tutorial
    >
    http://www.adobe.com/devnet/flash/articles/flv_tutorial.html.
    Using the
    > files
    > provided in the tutorial.
    >
    > Is the only workaround for this the one I found here?:
    >
    http://med.stanford.edu/irt/web/references/flash_video_installation.html.
    > Steps
    > are under heading "Workaround for Locked Code insert
    error" near bottom
    > of
    > page.
    >
    > Any help is appreciated.
    > Jen
    >
    >
    >
    > <!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/index.dwt"
    codeOutsideHTMLIsLocked="false" -->
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    > <!-- InstanceBeginEditable name="doctitle" -->
    > <title>Untitled Document</title>
    > <!-- InstanceEndEditable -->
    > <!-- InstanceBeginEditable name="head" --><!--
    InstanceEndEditable -->
    > </head>
    >
    > <body>
    > <!-- InstanceBeginEditable name="temp"
    -->Text<!-- InstanceEndEditable -->
    > </body>
    > <!-- InstanceEnd --></html>
    >

  • Updating the template's (child) pages on the server - Mac - CS6

    Folks,
    I'm updating my template.  When I save this updated template, all the child pages on my computer will automatically update. To then update the pages on the server, is there any short cut? Do I have to load each child page individually?

    You have to upload all the child pages.  If you're updating the entire site, just click on the site folder in your Files Panel window (F8) and click the UP arrow to PUT site files to server.
    Nancy O.

  • When I update template, it does not update other pages

    I have created a template .dwt (XHTML) and have some .html pages. The problem is when I update the .dwt (XHTML) pages it does not update the other pages. I have tried everything but the other pages do not update. Could it be something to do with the folder files on the right which aren't selected properly? If so how do I update my source folder so that this will work?

    Hi,
    When you update a template, do you get dialog to update the other files? Launching those html files, do you see those related to your template?
    Please also provide more information like which version of Dreamweaver are you using and on which platform?

  • When I update my template my other pages aren't updating

    Why are my pages not updating when I update my
    template?

    Here are seven common mistakes that will result in changes
    not propagating
    from Template to child -
    1. Rename the Templates folder
    2. Move the Templates folder to some other folder level in
    the site other
    than root level
    3. Move a template out of the Templates folder.
    4. Make changes to an editable region of the template (which
    will not
    propagate)
    5. Assume that template changes can be uploaded to the server
    without also
    uploading the changed local files
    6. Corrupt the site cache so that the link between template
    and child page
    is broken
    7, Improperly create your child pages by simply opening the
    template,
    adding page specific content, and resaving the template with
    an *.html
    extension rather that its *.dwt extension. (you can tell if
    this is the case
    by looking at the code on a child page - if you see anything
    like <!--
    TemplateBeginEditable... then this is what you have done)
    The 6th problem can be repaired by using SITE | Advanced >
    Recreate Site
    Cache, and the six others can be fixed by just not doing
    them. Have you
    done any of those?
    Or, read this -
    http://www.adobe.com/go/dd83ba8b
    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
    ==================
    "cupcake379" <[email protected]> wrote in
    message
    news:ept9aa$mhj$[email protected]..
    > Why are my pages not updating when I update my template?

  • Dreamweaver CS5 - Update Template Files after viewing the page in a browser

    Hi
    Just a quickie I hope someone can help me with.
    My site has been created using a Template. Everytime I look at a page in a browser, I get the UPDATE TEMPLATE FILES. Clicking update or don't update has no effect so I'm wondering why this message keeps appearing and how to stop it. I usually use Firefox on Windows 7 but it seems to happen with any browser.
    Any suggestions?
    Many thanks George

    Hi Murray
    This is erratic. I don't get it all the time but enough of the time for it to be an annoyance. If I've made a change to content in DW then chosen the Preview in Browser option then exited the browser to return to DW, the alert appears. And it has happened to my delegates in training sessions when they have repeated the same process but with IE.
    As I said, it doesn't happen all of the time - we seem to get a run of it then nothing.  For example, I was plagued with it all day yesterday but it hasn't occurred once today!!!
    Anyway I have temporarily published the site and here is the link - http://www.gbft.co.uk/orchestra/index.html.
    Many thanks
    George

  • Issue with template based hire status page

    I have resolved the error new hire BUT the list of error in “Template Hire Status” is still there. According to user previously after they resolve the error employee, the error will disappear. In Manage Hires page, there aren’t any pending employees anymore. But in the template hire status page, the error log still exist there.How to remove the list of error from this page?

    I have resolved the error new hire BUT the list of error in “Template Hire Status” is still there. According to user previously after they resolve the error employee, the error will disappear. In Manage Hires page, there aren’t any pending employees anymore. But in the template hire status page, the error log still exist there.How to remove the list of error from this page?

  • Conditional display based on Page Template

    I'd like to make some conditional display based on Page temlate value (definition). Example:
    return page_template='TABS';With such an feature it will be easy to exclude some elements defined on "Page 0" on some pages. I know that this could be done by enumerating page_id's...but in this way it will be much flexible...
    Is there such a feature? Will it be ever possible?

    A more flexible way (IMHO) to do this sort of thing would be to define onload application-level computations that set a application item to either SHOW or HIDE depending on the conditions you need. Then make the Page 0 components conditional upon this application item's value.

Maybe you are looking for

  • Excise materials given by customer

    Is it possible to take the customer material (Exciseable) for doing value addition. thru MB1C for which our company should take the credit of Rawmaterials(Exciseable) . Taxes paid on this RM should be given credit on FERT. If i use MB1C how the %'s o

  • Missing selection tabs with QT-Pro installed on my Intel iMac

    This is my first Mac, so I am sure it is something obvious, but for the life of me, I can't get the selection tabs to pop up when I place the mouse cursor on the timeline. Works fine on my Wintel machine, but no luck on the iMac. What am I missing?

  • MSI Mega Player 536 VIDEO FILES...

    Hi allllz.... i have the new MSI Mega Player 536 and i have some QUISTIONS plez help me to fix it.... 1- WHY in the product menu in MULTIMEDIA we found an Video folder ?? is it really that MSI Mega Player 536 able to play VIDEO files ??? 2- IF YES !!

  • Manually Manage Music And Keep Ringtones?

    How can i do this i really hate iTunes right now i made some ringtones with audacity but i cant sync them manually i have to make it so my iPhone only syncs with my iTunes like automaticaly which i dont like cause i don't save music to my mac i just

  • Full Quality Quicktime export squashed the picture

    Hi, Exported iMovie HD6 clips as Quicktime export. Clips are 4:3 resolution. Set export dims to "current", but in the exported movie, people and objects look shorter and wider. Settings used: Compression: H.264 Quality: Best Encoding mode: multi-pass