How does changing a template or theme on a live website work ..

well i have a task at hand ... to develope a website that has this feature of changing themes or templates ... can anyone help me with this ....

Hi Adam,
No, there is nothing like variables get picked on file save or at intervals. The issue looks odd, but I could not reproduce it. Could it be happening in any specific context? Or does it happen in a blank file with only those 2 lines also?
Thanks,
Dipanwita
Adobe ColdFusion Builder Team

Similar Messages

  • Workshop 8.1 - How to change anchor_submit_form template ?

    Hi everybody !
    Can i change anchor_submit_form template ? The generated JavaScript doesn't work either in IE or Mozilla : document.forms[x].submit() fails, but the request is sent because href is referencing the same URL.
    I don't know if this behaviour is a known bug, but i need an workaround for it. I think the problem is document.forms[x].method='POST'.
    A simple example:
    1. Define your form and some inputs too
    <netui:form action="myAction">2. Define a link to call your action
    <netui:anchor action="myAction" formSubmit="true">3. Make sure that your action will receive a request-scoped Form
    4. Call your .jsp, fill the form inputs and click at the link.
    Surprise: The properties inside your ActionForm are completely blank ! The cause: onClick handler is failing and href is being executed.
    Generated link source code:
    a href="/contextPath/myPageFlow/myAction.do" onclick='anchor_submit_form("Netui_Form_0",
    "/contextPath/myPageFlow/myAction.do");return false;'
    Javascript evil source:
    == Not working version ==
    function anchor_submit_form(netuiName, newAction)
      for (var x=0; x<document.forms.length; x++) {
         if (document.forms[x].id == netuiName) {
            document.forms[x].method = "POST";
            document.forms[x].action = newAction;
            document.forms[x].submit();
    //-->== Working version ==
    function anchor_submit_form2(netuiName, newAction)
      for (var x=0; x<document.forms.length; x++) {
         if (document.forms[x].id == netuiName) {
            var form = document.forms[x];
            //form.method = "POST";
            form.action = newAction;
            form.submit();
    //-->

    Hi Daniel
    When I use netui:anchor with formSubmit=true I always see form method as
    "Post". Do you see the method to be "get" anytime?
    I have again attached my sample as a .txt file. Please save it and rename to
    .zip.
    Let me know how I should change the sample to see the form method as 'Get'
    More info at
    http://e-docs.bea.com/workshop/docs81/doc/en/workshop/taglib/www.bea.com/workshop/netui-tags-html-1.0/anchor.html
    Thanks
    Vimala
    <Daniel Lima> wrote in message news:[email protected]..
    Hi Vimala.
    Sorry, "MY bad". I'll provide a full explanation about what is
    going on. BTW, i couldn't open the attached file (WinZip is complaining
    about bad format file or something like that).
    The original JavaScript source code was changing form.method from
    get to post. For another different reason, when IE submits
    the form using post, all input were sent as null values. When IE
    submits the form using get (this never happen with OLD JavaScript
    source), input values were correctly sent.
    Initially, Mozilla was failing too with OLD JavaScript source code.
    Browser was complaining about "document.forms[x] has no properties" at
    document.forms[x].submit(). I really don't know why. Maybe, at some
    moment, function anchor_submit_form get been defined multiple times, but i
    couldn't reproduce this error again.
    Mozilla now woks with both form methods: get and post (but
    OLD JavaScript source code is always "forcing" post).
    About IE posting form data: I'm "guessing" that the root cause of this odd
    behaviour is a component that we are using to do NTLM HTTP Authentication.
    When we "disable" this component, IE starts to work again !
    To be fair enough, the component not seems to be the real cause, because
    Mozilla works with this component. Maybe, the evil combination is THE
    cause: IE + form post + NTLM Authentication + Component.
    I'm sorry for MY mystake.
    Can anchor_submit_form do not modify form.method ? I'll fix the other part
    of my problem.
    Thanks !

  • How to change the permission of a folder of a website hosted on Microsoft Azure. I would like to know how to enable read write permission for this folder

    How to change the permission of a folder of a website hosted on Microsoft Azure. I would like to know how to enable read write permission for this folder
    Regards,
    John

    Hi,
    Please try to setting Folder Permissions on Web Publish, and then deploy it with Web Deploy, as far as I know, if we do that, Web Deploy will use the SetAcl operation to change permissions. Please have a look at the article below.
    #http://sedodream.com/2011/11/08/settingfolderpermissionsonwebpublish.aspx
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to change page template for a single page?

    I create a new document based on the Pages "Reports > Business Report".
    Now the first page is formatted as a "Cover" page with a larger top margin.
    Via "Format > Advanced > Manage Pages..." I see there are what I assume are the "Page Templates":
    - Cover
    - Table of Contents
    - Chapter Page
    - Text Page
    - Appendix
    My question: How can I change the template for a single page in my document? E.g. I don't want Page #1 to be formatted as "Cover". I'd like it to be a "Text Page".
    Any hints?

    Just delete the Cover section and insert a Text Page.
    Click on:
    +Toolbar > View > Page Thumbnails+
    Click on the Cover thumbnail, it will be outlined in yellow, hit delete.
    It may start off with certain defaults but you do not have to accept them.
    Peter

  • How to change a TEMPLATE to a different one?

    I know I can change templates from the list given... but the question is, How to change the "Welcome" template to the template "About Me" vise versa or any other page available rather than the same one? Thanks!
    www.RoxyTheBulldog.com

    Thanks to everyone who attempted to help... I know there was no easy answer to this.

  • How to change PowerPoint Template across multiple site collections

    I am failry new to SharePoint, and my organization has asked me to research how to change a PowerPoint template that is stored on multiple site collections. There are current PowerPoints based on the template and they wanted to be sure those wouldn't be
    affected, as well. They want a "quick and easy" way to update the template that the divisions in the company use without manually going into each site collection. A co-worker said she hopes to "replace the current...template at the site
    collection and it will modify the available content type when selecting new document."
    Any help on how to handle this would be appreciated.

    This will really depend how the template has been packaged.  If it's a content type, than editing this and making sure that the "update content type" radio is selected will do the trick. Can you ask someone who's made one to show you how they generate
    the template. If it's within the New --> XXX Document, than you're in luck
    If they're just deployed as normal files within a library, you'll have a much harder time.
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • I change my password in my ipod about an hour but now i want to change it again and they won't recognize my old passwords. How do change my password without them asking for my old passwords? Also can i change it in iTunes?

    I changed my password in my iPod about an hour but now i want to change it again and it won't recognize my old password. How do I change my password without them asking for my old password? Also can i change my password from my iPod through iTunes?

    On the iPod did you go to Settings>Store and sign out and then sign in with the new password?

  • How to change index.template.html to put a HTML table side by side with Flex swf displayed in IE

    I created my own index.template.html using <object> tag to hold Flex swf file, but it only works for FireFox, not IE.
    I did not use the original FlexBuilder's index.template.html and the JavaScripts to generate the HTML wrapper.
    Here is my index.template.html:
    <html lang="en">
        <head>
            <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
            <title>My App</title>
        </head>
        <body scroll="yes">
        <table cellpadding="0" cellspacing="0" width="982px" border="0">
            <tr width="982px"><td>This app is still under development. Currently, you can... </td></tr>
        </table>
        <p>
        <table>
            <tr>
                <td>
                    <div style="width:192px;height:130px;border:1px solid rgb(0, 0, 0);">
                    <!-- div style="border-style:solid;" -->
                    <table align="left" border="0" >
                        <tr>
                              <td >
                                  <span style="color:#242F6D;font-weight:bold;font-size:12px;">Stock:</span>
                            </td>
                        </tr>
                        <tr>
                            <td>
                                  <select style="font-size:11px;">
                                      <option>ADBE - Adobe</option>
                                      <option>BAC - Bank of America</option
                                </select>
                              </td>
                        </tr>
                        <tr>
                            <td >
                                  <span style="color:#242F6D;font-weight:bold;font-size:12px;">Shares:</span>
                            </td>
                        </tr>
                        <tr>
                              <td>
                                  <input type="text" name="shares" style="font-size:11px;"/>
                              </td>
                        </tr>
                        <tr>
                              <td>
                                  <button type="button" style="color:#242F6D;font-weight:bold;font-size:10px;">Add To My App</button>
                              </td>
                        </tr>
                    </table>
                    </div>
                    <p>
                    <div style="width:192px;height:310px;border:1px solid rgb(0, 0, 0);">
                    <table border="0">
                        <tr>
                            <td style="color:#242F6D;font-weight:bold;font-size:10px;">
                                You may enter your values
                            </td>
                        </tr>
                        <tr>
                            <td >
    <textarea id="quoteShare" style="width:186px;font-weight:bold;font-size:11px;" rows="13" >
    </textarea>
                            </td>
                        </tr>
                        <tr>
                            <td>
                            <button onclick="callFlex()" type="button" style="color:#242F6D;font-weight:bold;font-size:10px;">Get Values of My App</button>
                              </td>
                        </tr>
                    </table>
                    </div>
                <td>
                <td>
                    <table align="left" border="0" >
                        <tr valign="top">
                            <td valign="top">
                                <object type="application/x-shockwave-flash" data="ComponentTester.swf" WIDTH="850" HEIGHT="460" />
                              </td>
                          </tr>
                    </table>
                <td>
            </tr>
        </table>   
        </body>
    </html>

    I just found 1 tricky solution.
    Declare a variable containing the asset URL in the HTML, before the <!--Adobe Edge Runtime--> part. (Sample below.)
    In the script (_edge.js), use this variable instead of the asset URL string . (replace the string constant with the variable)
    In the server script, generate the HTML by changing the variable definition.
    This is ugly...
    I would appreciate any help.
    Thanks.
    === HTML sample:
    <!DOCTYPE html>
    <html>
    <head>
              <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
              <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
    <script>
    // Define the asset URL
    var cardImage = 'card_01.png';
    </script>
    <!--Adobe Edge Runtime-->
        <script type="text/javascript" charset="utf-8" src="animtest_edgePreload.js"></script>
        <style>
            .edgeLoad-EDGE-1381868 { visibility:hidden; }
        </style>
    <!--Adobe Edge Runtime End-->
    </head>
    ====

  • How to change the template of all my title pages

    ok i made a film using cs4
    with 20 seperate title pages all the title
    pages started from the same title template
    what i want to know is :-
    is it possable to change the properties of all the title pages at the same time
    for instance change the font / or font colour of all titles with one or two clicks
    rather than me go through each title page separately
    cheers

    ok
    so are you saying that in the future
    if i was to make all my titles from THE SAME template AND using the "based on current" function
    i would then be able to make adjustments to the first title in the project panel and the adjustments would be reflected on all titles  throughout the timeline

  • How to change location on Bright theme

    I have imovie for mac - and it has the theme Bright for a Movie.  In the opening title, it has 2 lines. The first is what you edit it to be, i.e. title of film.  But the second line is a location.  Long Island.  We can't seem to delete or modify this location and have tried double clicking on it but can't seem to fix.

    You can contact whomever sold it to you and see if they will refund or exchange it.  Doubtful, but is likely your best option.

  • How to change the template of a FSG report in General Ledger

    Hi all
    I have created a report in Financial Statement Statement Generator.
    I have created a new RTF template.
    Then created a new template in XML Publisher Administrator responsibility and uploaded the RTF template created previously.
    I am try to attach the new template to the report but when I try to run the XML Publisher Report in the Report Request list of values it is giving me the message:"No entries found for list of values"
    Please suggest any workaround to solve this issue.
    Thank you and best regards

    Hi thanks for your post.
    it solved the first problem, but now the report is finishing with the following error:
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeParse(XSLT10gR1.java:473)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:188)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:156)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:916)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:869)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:204)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1497)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:913)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:1816)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:1278)
         at oracle.apps.xdo.oa.cp.JCP4XMLPublisher.runProgram(JCP4XMLPublisher.java:807)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    Caused by: java.io.UTFDataFormatException: Invalid UTF8 encoding.
         at oracle.xdo.parser.v2.XMLUTF8Reader.checkUTF8Byte(XMLUTF8Reader.java:160)
         at oracle.xdo.parser.v2.XMLUTF8Reader.readUTF8Char(XMLUTF8Reader.java:187)
         at oracle.xdo.parser.v2.XMLUTF8Reader.fillBuffer(XMLUTF8Reader.java:120)
         at oracle.xdo.parser.v2.XMLByteReader.saveBuffer(XMLByteReader.java:450)
         at oracle.xdo.parser.v2.XMLReader.fillBuffer(XMLReader.java:2229)
         at oracle.xdo.parser.v2.XMLReader.skipWhiteSpace(XMLReader.java:1974)
         at oracle.xdo.parser.v2.NonValidatingParser.parseMisc(NonValidatingParser.java:331)
         at oracle.xdo.parser.v2.NonValidatingParser.parseProlog(NonValidatingParser.java:300)
         at oracle.xdo.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:280)
         at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:266)
    Do you have any idea about this??
    Thank you and best regards

  • How does changing apple id effect game centre games?

    Hi, I share apple id with my son. Now as they're starting to use ipad at school I've approached by school re creating his own apple id. Fine for school ipad but at home? How will it effect his progress on various games? I mainly use my Iphone with my (joint) id. Any suggestions/answers?
    Many thanks
    Pirjoy

    First reset your Apple ID password:
    appleid.apple.com
    "Manage Your Apple ID"
    "Forgot your password?"
    Enter your Apple ID
    Enter your email address
    Check your email for something from Apple "Resetting your Apple ID Password", open it.
    Click "Reset Your Password."
    Enter new password twice (note the password rules).
    Then reset your Apple ID in Game Center (iOS 6 Instructions:
    Open the Game Center app.
    Choose "Me" at bottom.
    Scroll down
    Tap "Account: [youremail]@[youremailprovider.com]
    Tap "Sign out."
    Then sign in with whatever Apple ID you like.
    Best!

  • How does changing an internet provider affect the wireless network

    If I have a wireless network set up with the Linksys E1000 using one internet provider and then change the internet provider service to someone else, do I have to reset up the network or is it simply a matter of connecting the new internet service to the router?

    It affects your network setting, I changed the provider, now is AT&T, they "don't support 3rd party routers".
    I followed their instructions to change their modem settings to "bridge", the router still doesn't work, have turned off modem and router, still doesn't work.
    Had to return to the other modem since I have not disconnected it yet.
    Already checked that the IP address of the computer and new modem are similar as recommeded by AT& T, still can't make things work.Frustrating !!

  • How to change travel time, in calendar, from always starting from work to starting from home., how to change travel time, in calendar, from always starting from work to starting from home.

    it always starts my travel times from work. even though i am not at work. how can i change the start destination?

    sberman Southern California
    This solved my questionRe: Calendar Travel Time Starting from Work when I want to Start from Home Oct 23, 2013 8:43 PM (in response to theglenlivet12)
    From Calendar's help:
    To set your starting location, Calendar first looks for your location in any events that are up to three hours before this event. If Calendar doesn’t find a location, it uses your work address during work hours and your home address during other hours. (Your work hours are set in Calendar preferences using the “Day starts at” and “Day ends at” menus.) If your card in Contacts doesn’t have your addresses, Calendar uses your computer’s current location.

  • Does changing the RSS excerpt length of blog entries really work?

    Hello,
    Due to various problems[1] with the RSS feed contents that iWeb produces for blog entries I would like to limit each excerpt in the RSS feed to a small portion of the blog entry to encourage readers to visit the full post on my website. The iWeb help says that adjusting the "Excerpt Length" in the Blog portion of the Inspector will adjust the excerpt length on the blog summary page and in the RSS file. But no matter what I choose for the Excerpt Length, the text of the entire entry goes into the RSS file.
    Has anyone else had any success in limiting the contents of the RSS feed? Is this a bug in the program or in the help text?
    Thanks in advance for any help that you can provide!
    -Jason

    Sorry for replying to my own post, but I forgot to mention the problems I've had with the contents of RSS feeds of an iWeb blog:
    1. inline images don't make it to the RSS feed, just the template default image (which I know how to replace, but sometimes I want more images in a blog entry)
    2. hash characters (aka "number sign" or "pound sign" or "#") in a link URL get UTF-8 encoded to %2523 which browsers and/or servers don't seem to like. I discovered that when directly linking to a particulary .Mac Web Gallery album. The link works fine from the blog page, but not from the RSS feed. <sigh>
    -Jason

Maybe you are looking for

  • IPod Touch won't sync/edit song information Windows 7 64

    I've experienced multiple problems after connecting my new Touch to my laptop. First, I think my computer was attempting to sync to the device, but my Touch remained unresponsive. I found that I was able to get the two to sync to each other if I disc

  • How to consolidate the financial statements for 3 company codes, assigned t

    Hi Friends, How to consolidate the financial statements for 3 company codes, assigned to 3 different companies, 3 different fiscal years, 3 different controlling areas and all the 3 Company Codes assigned to same chart of accounts in the same client?

  • How do I know if my maps are out of date?

    I plug my phone in and open maploader and it says i have maps version 0.1.23.112 (I have western europe installed) how do I know when the maps need updating, is there a list of the latest maps anywhere?

  • 30_pin accessories?

    I have had a Timecommand audio Alarm Clock for less than a year. Will the new iPhone lightning to 30-pin adapter work with my TimeCommand? The Apple Website mentions that the lightning adapter will not work with all accessories. (I need to get a larg

  • PE12: possible to incude a static page at start of video?

    Is there a way to include a static page (one that will remain visible until the viewer clicks something else) at the start of a video in PE12? You see this in some videos - a menu button to a page with notes, or a "read me first" type of page that ha