Is there a way to rename a template without breaking existing pages using the 'old' template?

Hi guys,
I am using CQ 5.4. and I want to refactor existing code of a project. Part of that involves renaming existing templates. Renaming one locally, I saw that existing pages break because they can't 'find' the old template. is there a way to rename a template without breaking those pages?
Thanks,
Alex

I'm not aware of any GUI tool that does this in Leopard. you can change the names of the share points by hand by editing the appropriate plists located in /private/var/db/dslocal/nodes/Default/config/SharePoints/ but that's a pretty horrible way to do it and is the opposite of user friendly. don't know any other way though.

Similar Messages

  • I just wrote over firefox 3.6 with 5.0 for my mac OSX and discovered my mac won't support it. Is there a way I can recover all my lost files and get the old version back?

    i just wrote over firefox 3.6 with 5.0 for my mac OSX and discovered my mac won't support it. Is there a way I can recover all my lost files and get the old version back?

    You can download and install Firefox 3.6 from http://www.mozilla.com/firefox/all-older.html

  • If you decide to move up to an iPad with greater storage, is there a way to transfer all of your apps and information from the old to the new.

    If you decide to move up to an iPad with greater storage, is there any way to transfer all of your apps and information from the old to the new.

    Transferring from old to new
    http://support.apple.com/kb/HT2109

  • Is there any way to have an ipad wifi 3G but not use the 3G (therefore avoiding the extra data plan costs) and just use the wifi?

    i am looking to buy an ipad 2 or the new ipad (preferably 32gb) but dont want to buy the 3G version as i have unlimited data usage in my mobile phone plan, i know the wifi only ipad is generally cheaper, but i was wondering if there was a way to buy the ipad with 3G capabilities but not use the 3G and avoid the cost of paying the extra unnecessary data plan? (I know this is a really weird question but i have the opportunity to buy a 3G ipad and was curious of the possibility? any help would be greatly appreciated. cheers

    Yes to your questions.
    You can download a complete iPad User Guide here: http://manuals.info.apple.com/en/ipad_user_guide.pdf
    If you want an iPad 2 32GB it will have to be a refurb model. The only new iPas 2 is 16GB.
    What are all the differences between the iPad 3rd Gen and the iPad 2? Is the iPad 2 worth the cost savings?
    http://everymac.com/systems/apple/ipad/ipad-faq/differences-between-ipad-3rd-gen -2012-ipad-2-2011.html
    What are all the differences between the iPad 3rd Gen models? Which should I buy?
    http://everymac.com/systems/apple/ipad/ipad-faq/differences-between-ipad-3rd-gen -early-2012-models.html
    Should I Buy a New iPad? Or an iPad 2?
    http://www.maclife.com/article/blogs/should_i_buy_new_ipad_or_ipad_2
    iPad 3 vs iPad 2 vs iPad 1- Feature comparisons with iOS 5
    http://ipadhelp.com/ipad-help/ipad-3-vs-ipad-2/
    iPad Q&A
    http://www.everymac.com/systems/apple/ipad/ipad-faq/differences-between-ipad-3rd -gen-early-2012-models.html
    A Few Questions (and Answers) About the New iPad
    http://pogue.blogs.nytimes.com/2012/03/15/a-few-questions-and-answers-about-the-   new-ipad/?ref=personaltechemail&nl=technology&emc=edit_ct_20120315
    New iPad: A Polishing of the Old
    http://www.nytimes.com/2012/03/15/technology/personaltech/the-new-ipad-is-much-t he-same-only-better.html?nl=technology&emc=edit_ct_20120315
    iPad 1, 2 and New Specifications
    http://www.everymac.com/systems/apple/ipad/index-ipad-specs.html
    16GB vs 32GB vs 64GB: Which new iPad storage capacity should you get?
    http://www.imore.com/2012/03/08/16gb-32gb-64gb-ipad-capacity/
    How much content will fit on my iPod or iPhone?
    http://support.apple.com/kb/HT1867
    If you think you may get an iPad 2:
    Refurbished iPad Prices
    http://store.apple.com/us/browse/home/specialdeals/ipad
    New 16GB iPad 2 Prices
    http://store.apple.com/us/browse/home/shop_ipad/family/ipad/select_ipad2
    When iOS 6 comes out in the fall, the iPad 3 will get Siri, but the iPad 2 won't.
     Cheers, Tom

  • ? - Is there a way to validate 1 XML record at a time, using the SAX or oth

    Hello!
    Before running into space problems, i generated an XML file from a 'pipe delimited' file and and then processed that XML file thru a SAXParser 'validator' and the data was correctly validated, using the RELAXNG Schema patterns as the validation criteria!
    But as feared, the XML file was huge! (12 billion XML recs. generated from 1 billion 'pipe' recs.) and i am now trying to find a way to process 1 'pipe' record at a time, (ie) read 1 record from the 'pipe delimited' file, convert that rec. to an XML rec. and then send that 1 XML rec. thru the SAXParser 'validator', avoiding the build of a huge temporary XML file!
    After testing this approach, its looks like the SAXParser 'validator' (sp.parse) is expecting only (1) StringBufferInputStream as input,and after opening, reading and closing just (1) of the returned StringBufferInputStream objects, the validator wants to close up operations!
    Where i have the "<<<<<" you can see where i'm calling the the object.method that creates the 'pipe>XML' records 'sb.createxml' and will be returning many occurances of the StringBufferInputStream object, where (1) StringBufferInputStream object represents (1) 'pipe>XML' record!
    So what i'm wondering, is if there is a form of 'inputStream' class that can be loaded and processed at the same time! ie instead of requiring that the 'inputStream' object be loaded in it's entirety, before going to validation?
    Or if there is another XML 'validator' that can validate 1 XML record at a time, without requiring that the entire XML file be built first?
    1. ---------------------------------class: (SX2) ---------------------------------------------------------------------------------------------------------
    import ............
    public class SX2
    public static void main(String[] args) throws Exception
    MyDefaultHandler dh = new MyDefaultHandler();
    SX1 sx = new SX1();
    SAXParser sp = sx.getParser(args[0]);
    stbuf1 sb = new stbuf1();
    sp.parse(sb.createxml(args[1]),dh); <<<<<< createxml( ) see <<<<<<< below
    class MyDefaultHandler extends DefaultHandler {
    public int errcnt;
    "SX2.java" 87 lines, 2563 characters
    2. ----------------------------------class: (stbuf1) method: (createxml) ----------------------------------------------------------------------------
    public stbuf1 () { }
    public StringBufferInputStream createxml( String inputFile ) <<<<<< createxml(
    BufferedReader textReader = null;
    if ( (inputFile == null) || (inputFile.length() <= 1) )
    {     throw new NullPointerException("Delimiter Input File does not exist");
    String ele = new String();
    try {
    ele = new String();
    textReader = new BufferedReader(new FileReader(inputFile));
    String line = null; String SEPARATOR = "\\|"; String sToken = null;
    String hdr1=("<?xml version=#1.0# encoding=#UTF-8#?>"); hdr1=hdr1.replace('#','"');
    String hdr2=("<hlp_data>");
    String hdr3=("</hlp_data>");
    String hdr4=("<"+TABLE_NAME+">");
    String hdr5=("</"+TABLE_NAME+">");
    while ( (line = textReader.readLine()) != null )
    String[] sa = line.split(SEPARATOR);
    String elel = new String();
    for (int i = 0; i < NUM_COLS; i++)
    if (i>(sa.length-1)) { sToken = new String(); } else { sToken = sa; }
    elel="<"+_columnNames[i]+">"+sToken+"</"+_columnNames[i]+">";
    if (i==0) {
    ele=ele.concat(hdr1);ele=ele.concat(hdr2);ele=ele.concat(hdr4);ele=ele.concat(elel);
    else
    if (i==NUM_COLS - 1) {
    ele=ele.concat(elel);ele=ele.concat(hdr5);ele=ele.concat(hdr3);
    else {
    ele=ele.concat(elel);
    textReader.close();
    catch (IOException e) {
    return (new StringBufferInputStream(ele));
    public static void main( String args[] ) {
    stbuf1 genxml_obj = new stbuf1 ();
    String ptxt=new String(args[0]);
    genxml_obj.createxml(ptxt); }}

    Well,i think you can use the streaming API for xml processing provided by weblogic.It is pull model,not push model like SAX.with it,you can select the events you want without having to react to every event,and you can filter the events out.
    Sun also provide such streaming API for xml processing,and i got an very simple introduction about it on the Chinese Sun developer site.but i couldn't find any other infomation about it elsewhere! If you have such materials,please send to my email:[email protected],and if I have it,i will be sure to post the links here.hope it helps more or less:)
    @smile@

  • Is there a way to have a link from an external page show the top of the page on a PC?

    I really appreciate the help in these forums - have solved many an issue.  Am down to the last little thing.
    If you test the links on : www.muohio.edu/lll/tabbed-test on a Mac, each time you chose a link it goes to the top of the page.  This is the desired location.
    If you test the links on a PC, either with firefox or IE it uses the tabbed panel as the top.
    Is there a way to control this?
    THANKS!
    Berly

    In your document you have got <div id="TabbedPanels1" class="TabbedPanels"> and in the link you have got  <li><a href="fla.html?tab=1#TabbedPanels1">Crisis Management</a></li>
    What some browsers will do when it sees the #TabbedPanels1 is take you to the spot which is down the page.
    Solution: remove #TabbedPanels1 from the link and all is well.
    Gramps

  • Is there a way to select multiple sequences and batch export them using the same settings in CS6?

    I am a current Final Cut Pro7 user and looking to switch over to Premiere Pro CS6.  We edit approx. 100 short (15 sec.) videos daily, and then select them all at the end of the day and batch export them over night using the same export recipe for all. I have having trouble finding an easy way to do this in Premiere pro CS6, as command +E is grayed out if i select more than one sequence at a time. 
    so far, it appears that i have to select each video individually and manually set encoding recipe and export location for each....  Not only would this be terribly time consuming, but it leaves a lot of room for error and missed videos.  I thought i would be able to send all of the sequences to Adobe Media Encoder,  but i dont see that option either.
    Any suggestions/
    thanks!

    Open Media Encoder and add your Sequences:
    File > Add Premiere Pro Sequence
    Navigate to your Premiere Project and select it in the list.
    You can then select multiple Sequences from the Project (Ctrl+Click)
    and load them all at once into Media Encoder and apply
    the same encoding preset to all Sequences at the same time.

  • Is there a way to view only desktop versions of web pages on the iPad?

    Samsung galaxy a smaller actual mobile has the option to do this.. I've seen this question before and some people were wrong in saying that its up the programming discretion of the host website. It doesn't work for every site on my galaxy but it does for majority of pages I try it on. This tablet screen resolution and processor should allow any and every web page to be fine with viewing desktop versions and not limited mobile versions. This is why I try to tell my friends Apple is amazing but they aren't superior to all others. It's like being a sheltered kid who finished school and is working for his dads company (apple ) vs being out in the real world  (windows)
    I digress..
    Is there an app I can download or some way I can program my iPad myself so it only opens desktop versions and gets flash player ? Also if anyone knows any websites where I can teach myself programming codes and mods that would really help also. Thanks

    King_Penguin wrote:
    There are third-party browser apps that have settings within them to identify themselves as full browsers e.g. Atomic Web, and I believe the iCab Mobile browser also does (I don't have it so i can't check)
    iCab indeed does allow for that

  • Is there a way to add album art without it being embedded in the MP3 file?

    The reason for my question is that I don't have the color display on my 20gb iPod, so I don't want to waste space by adding album art to the mp3/aac file. But, it'd be cool to have the art within iTunes on my computer.
    I just read in another thread that the way iTunes 7 takes care of the album art does not actually attach it to the track. Is this true?

    There is not.
    Even with the high res art from the iTune Store, I believe the file size increase is less than 2%, at least for my library.

  • Is there a way to uninstall fire fox 4 and go back to the old one the new home page is awful

    I upgraded to 4 but it's the dumbest thing ever can I change back?

    That did not work i wan the entirety new firefox 4 off i want to go back to 3 When i said homepage i meant the new setup of firefox it just plain dumb....

  • When you open a new tab, it opens "blank". Is there a way to have it open a pre-set page, like the homepage for example?

    Using your help system, it points out "pinned tabs". This may provide a useful alternative. However, my question stands, and I think the original Q is clear enough.
    Thanks
    Al

    You can middle-click or Ctrl left-click the Home button on the Navigation toolbar to open the Home page in a new tab.
    You can look at one of these extensions:
    * NewTabURL : https://addons.mozilla.org/firefox/addon/newtaburl/
    * New Tab Homepage : https://addons.mozilla.org/firefox/addon/new-tab-homepage/

  • Templates not uploading all pages using same template.

    Hey guys, I'm having difficulties with Dreamweaver at the moment.
    Here's the problem:
    I've created a template for my current website. This file has .dwt so it's the template.
    I've created so far 3 different pages using html and the template.dwt file.
    The template has a editable region for the content.
    But, I was editing the non editable regions, like the naviagation links and names.
    I changed some information on the template file, pressed Ctrl+S then this window popped up:
    http://prntscr.com/nd36z
    Yes, it works so far according to dream weaver template guides, but I have 2 other pages using the templates which are named index.html and staffinfo.html, which is not showing up there.
    After I pressed update: It shows:
    http://prntscr.com/nd3cj
    I'm wondering what might be the problem there. I had a look at the html code on my other 2 pages that wern't displayed, and at the top it was linked with the template file name which was the same as the "offguides".
    Another question i want to ask is, is there a way to update a template without already having to open the files with the templates on? Because at the moment, I have to open all the files with the template on, then save them manually after I saved the template. Because if i have like 1000 different pages using the same templates it would be quite time consuming to keep pressing save and open 1000 different tabs for the pages. So is there like a auto update & save? The two other pages doesn't show up in the pop-up window, but if I open them the templates updates them, but i still have to save manually.
    Thanks for reading, hope this can be solved.
    James.

    Jon, ohh, I'd try it, but there is no Page from template:   http://prntscr.com/nd7oa
    Nancy, Dreamweaver CS5. Windows Vista.
    Which code do you want?
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
              <meta http-equiv="content-type" content="text/html; charset=utf-8" />
              <meta name="description" content="Your description goes here" />
              <meta name="keywords" content="your,keywords,goes,here" />
              <meta name="author" content="Your Name" />
              <link href='http://fonts.googleapis.com/css?family=Dosis' rel='stylesheet' type='text/css' />
       <link rel="stylesheet" type="text/css" href="/origo.css" title="Origo" media="all" />
        <link rel="icon"
          type="image/png"
          href="/images/favicon.png" />
    <!-- TemplateBeginEditable name="doctitle" -->
              <title>Pokemon Creed Help Site - Beta</title>
              <!-- TemplateEndEditable -->
              <!-- TemplateBeginEditable name="head" -->
              <!-- TemplateEndEditable -->
    </head>
    Thats the start of the template code.

  • Is there a way to rename all photos in a folder?

    Is there a fast way to rename all the photos in one folder e.g. I have diffreent folders say "wedding" and "birthday" with alot of photos in each. Is there a way to rename all photos in the folder to the same name like all called wedding?
    Also when i open photos they automatically open with preview, do I need to impost them into iPhoto or should they just automatically save there?
    Tracy

    Tracy
    Are these photos in iPhoto? If so, then use the Photos -> Batch Change command.
    IF not then you can use a batch file renamer such as Name Mangler
    iPhoto is a database and can only show pics that have been imported to the DB.
    Regards
    TD

  • Is there a way to rename multiple desktops that have been created?

    Is there a way to rename multiple desktops that have been created?

    No, They'll be Desktop 1, Desktop 2 etc or the name of any full screen apps.

  • Is there any way to re-install an older version of pages on my computer? The new version lost a lot of the templates I enjoyed using...

    Is there any way to re-install an older version of pages on my computer? The new version lost a lot of the templates I enjoyed using...

    If you previously had iWork '09, those apps are still in your Applications folder in a folder named iWork '09 unless you deliberately deleted them.
    If you did delete them & have a Time Machine backup that includes your Applications folder you can restore them from there. In the past the iWork apps have not worked well when copied from another drive, but some users have reported that this works for them, especially if the apps were originally purchased from the Mac App Store. If you originally installed them from the retail disk, find the disk & reinstall them & then update to iWork 9.3.

Maybe you are looking for