Updated HTML content not displayed

Hi All,
           In webdynpro application, I am having an HTML file in the MIME repository which I am downloading dynamically and modifying its contents and placing the edited contents in ICM cache to display the URL. But I see that the changes I have made in the HTML file has not taken place even though I see in the debug mode that the chanegs are happening. In order to test i deleted the html file manually from MIME repository and uploaded it again , but even then it displays the old contents of the deleted HTML file. ANd it is not even taking the changes that are happening  in the program dynamically.
Where is that it is going wrong?

If you place the dynamic HTML content into the ICM cache, then it should have a completely different URL than the original content from the MIME repository.  It would only have the same content with the different URL if that is what you placed into the Cache.  Generally the Cached URLs are GUIDs.  Perhaps you should post your ICM cache upload code, because if the content is the old content from the MIME repository, then you are certainly doing something wrong in the upload.

Similar Messages

  • HTML Content not displayed correctly in UWL

    Hi all,
    I have setup UWL to connect to SRM 5.0 system. I have no problem retrieving alerts from the backend. However, alerts with HTML content are not displayed correctly in the UWL. Instead of parsing the HTML content, the html tags are displayed instead.
    Am I missing some configurations here?
    Thanks in advance.

    Hi Benny;
    Please see:
    My Oracle Support FAQ [ID 747242.5] << What are the browser requirements for accessing My Oracle Support?
    If you have still problem you can go wiht SR
    Regard
    Helios

  • TOC Topic content not displayed in WYSIWYG Editor

    I use RoboHelp X5. When I click a topic in the TOC pane I
    expect to see its contents displayed in the WYSIWYG Editor. Instead
    the WYSIWYG pane is grey and the TrueCode pane is blank with a
    cursor flashing on the upper left corner!
    I searched for some similar issue on this forum and could not
    find it. However, I did gather that I could use another editor by
    right clicking a topic when in the Project tab and selecting one of
    5-6 editors. I tried RoboHelp TrueCode and was amazed and relieved
    to see the code and content for the topic displayed in the TrueCode
    pane...so I went a step further and tried the WYSIWYG editor and
    wonder of wonders, the topic content was displayed.
    Can someone please tell me what is going on? Should I
    reinstall RoboHelp X5? Why does the topic content not display when
    I click the topic from the TOC tab?

    Welcome to the forum.
    There have been posts about this but maybe your forum search
    history is not set to go back far enough.
    Rather than right click and selecting RH True Code, at the
    bottom of the editing pane there is a true code tab which will
    quickly enable you to see your code is still safe. That said, if
    you then click WYSIWYG, you don't get the view restored, usually.
    Maybe your way has an advantage.
    It's one of those things that happens now and again. I don't
    think reinstalling will help. I have had it happen several times in
    a day and then you go months with it working just fine.
    I don't believe anyone has ever lost any data. At worst you
    just have to close RH and reopen it.
    For what it is worth, I haven't seen this happen in RH7.

  • How many books do I have on my itunes? Since I updated it´s not displayed anymore...

    How many books do I have on my itunes? Since I updated it´s not displayed anymore...

    View > Show Status Bar puts the grey bar back at the bottom of iTunes the info is displayed there

  • Used windows update, installed 8 updates, FireFox does not display some websites and images correctly.

    Hello,
    Windows update installed 8 updates to my computer and now several websites are not displaying images or text correctly. Some forum looks like they were loaded in an extreme basic mode, another forum main page looks fine but sub forums are loaded in in the same basic looking mode, another forum only displayed 1 user avatar out of hundreds.
    Chat/IRC clients wont load.
    Everything works when I used IE.
    I tried to follow the help thingies but was led to a dead link.
    http://support.mozilla.com/en-US/kb/Firefox%20cannot%20load%20websites%20but%20other%20programs%24%20can
    Anybody have any ideas?

    If you have increased the minimum font size then try the default setting "none" as a high value can cause issues like you described.
    * Tools > Options > Content : Fonts & Colors > Advanced > Minimum Font Size (none)
    *Tools > Options > Content : Fonts & Colors > Advanced > [X] "Allow pages to choose their own fonts, instead of my selections above"
    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    *http://kb.mozillazine.org/Zoom_text_of_web_pages
    You can use one of these extensions to set a default font size and page zoom on web pages:
    *Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/
    *NoSquint: https://addons.mozilla.org/firefox/addon/nosquint/

  • HTML tags not displayed when using Data Template

    Hi All...
    I'm developing a BI Publisher report in which one of the columns is a clob data type. I'm using an xsl stylesheet to format the data present in the clob column.
    I've developed the report using data template as the data set. The problem is the clob column which has the HTML tags where not displayed properly...for example
    the tag starting with
    <
    is replaced with
    & lt;
    I did a couple of searches in this forum and in tim's blog but couldn't find a proper solution...
    http://blogs.oracle.com/xmlpublisher/2007/01/formatting_html_with_templates.html
    API and HTML Formated Content
    Re: Problem with text data elements containing escaped HTML codes
    HTML Output from CDATA
    Re: HTML formatted output
    Re: Special characters in CLOB are making report fail
    Re: Formatting of HTML tag problem
    I'm using BI Publisher standalone:Release 10.1.3.2. In one of the threads..
    Re: Special characters in CLOB are making report fail
    I came to know that data template cannot generate proper HTML tags for release 10.1.3.2. Is there any work around way to get the proper HTML tags when data template is used as a data set?
    Thanks in Advance...
    Edited by: user10280715 on Dec 9, 2008 3:13 PM

    Issue could be with the data that is selected in the other environment. It generally happens that the ALV will not give the same results as in the DEV in the other systems.
    Possible errors could be the control break statements in the loop...endloop block. validate the correctness of the control break stmts if any.

  • Content not displaying.

    I built a login form and put an Application.cfc file in the folder i want to restrict and it's not displaying the simple text i put in the index.cfm for testing purposes.
    ======= Application.cfc code (in folder name "admin_section")==========
    <cfcomponent>
      <cffunction name="onRequest">
        <cflogin>
          <cfif IsDefined("FORM.Login_btn")>
            <cfquery name="qLogin" datasource="poll">
            SELECT UserLogin, UserPassword, UserRoleID
            FROM Users
            WHERE UserLogin = <cfqueryparam value="#FORM.UserName#" cfsqltype="cf_sql_varchar">
            AND UserPassword = <cfqueryparam value="#FORM.Password#" cfsqltype="cf_sql_varchar">
            </cfquery>
            <cfif FORM.username IS "#qLogin.UserLogin#" AND FORM.password IS "#qLogin.UserPassword#">
              <cfloginuser name="#FORM.username#"
                           password="#FORM.password#"
                           roles="#qLogin.UserRoleID#">
            <cfelse>
            <cfset request.errorMsg = "Incorrect login; please try again">
              <cfinclude template="../login/login.cfm">
                <cfreturn>   
            </cfif>
          <cfelse>
            <cfinclude template="../login/login.cfm">
              <cfreturn>
          </cfif>
            </cflogin>
      </cffunction>
    </cfcomponent>
    ======= Application.cfc End =======
    ====== Login Form (in folder name "Login" ====
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    </head>
    <body>
    <cfform action="../admin_section/" method="post">
      <table width="250">
      <tr align="center">
        <td colspan="2">
          <cfif IsDefined('Request.errorMsg')>
            <cfoutput>#Request.errorMsg#</cfoutput>
          <cfelse>
            Please Log in.
          </cfif>
        </td>
      </tr>
        <tr>
          <td>
            <font size="-1">User Name:</font>
          </td>
          <td>
            <cfinput type="text"
                     name="UserName"
                     required="yes"
                     message="- You must enter a user name!">
          </td>
        </tr>
        <tr>
          <td>
            <font size="-1">Password:</font>
          </td>
          <td>
            <cfinput type="password"
                     name="Password"
                     required="yes"
                     message="- You must enter a password!">
          </td>
        </tr>
        <tr>
          <td> </td>
          <td>
            <cfinput type="submit" name="login_btn" value="Log me in!" >
          </td>
        </tr>
      </table>
    </cfform>
    </body>
    </html>
    It takes me to the page, but nothing displays. Again i have simple text for testing purposes.
    Any help would be great.

    Your problem is that you're using onRequest, which replaces the default page rendering event. There are two ways you could fix this.
    1. Use onRequestStart instead. This will happen before your page is processed, rather than instead of your page being processed. This is the approach I'd recommend.
    2. Add code at the bottom of your onRequest to include the page to be processed. You'd identify this page by using the targetPage argument and including it:
    <cffunction name="onRequest">
         <cfargument name="targetPage" required="true">
         <cfinclude template="#targetPage#">
    </cffunction>
    Dave Watts, CTO, Fig Leaf Software
    http://www.figleaf.com/
    http://training.figleaf.com/

  • Business Workplace Inbox : Mail Content Not Displayed

    Friends,
    We have a problem in displaying contents of the mail(SAP Inbox) in one of the PC's. When we reply w/refernce to that message the content is displayed properly. And also the same mail content is displayed properly in another PC's for the same user.
    We thought this is a GUI problem and re-installed SAP GUI(all components) but still the issue exists.
    Any other settings are required to be done to solve this problem? Can anyone please help us solving the issue?
    Note: we are using SO_DOCUMENT_SEND_API1 for creating the mail notification and the content is passed as 'RAW'.
    Thank you very much for your help and suggestions.
    Cheers,
    MS
    Message was edited by: Srinivasa Maram

    Srinivas,
    1) Is the problem only with the message being sent through custom code using SO_DOCUMENT_SEND_API1? What happens if you send a message using SAPOffice?
    2) Are the patch levels of the GUI same on both machines? Are you sure both PCs are configured exactly the same? Especially wrt to Windows & IE patches. I vaguely remember there were some issues a while ago with some IE patches. Normally in most client environments the desktops upgrades are controlled centrally and users do not have admin rights. Make sure the user has not done upgrades/installs on the PC in question. If that were the case the PC may needs to be reimaged.
    BTW - What version  are you on R/3 and SAPGUI?
    Regards,
    Ramki Maley

  • HTML Form Not Displaying Correctly in Outlook 2010 (Exchange 2013)

    Hello,
    I have recently migrated to Exchange 2013. Clients are still using Outlook 2010. There is an application that automatically sends an HTML form by email for the users to fill in. The form consists of radio buttons, text areas and drop down list. However,
    in Outlook 2010, the form is not rendered properly.
    When I clicked the "If there are problems with how this message is displayed, click here to view it in a web browser" link, the email is opened in
    IE and the form is displayed correctly.
    I also tried opening the same email in other clients, such as Thunderbird, Apple Mail Client and in mobile phones - the form is displayed correctly. I wonder
    why it fails to do so in Outlook 2010. The user mentioned that this does not happen in Outlook 2003 and prior to migration (I used Exchange 2010 previously). I have also tried using OWA, but the form does not display correctly
    Any help?
    Note: I can't attach any images or links as it is mentioned that my account is not verified yet. I will post some screenshots when it is possible to do so

    Hi 
    Outlook 2007 or newer use Microsoft Word for their HTML engine.
    You can refer this page http://www.campaignmonitor.com/css/ shows
    many things that do not work in different clients.I think Someone needs to re-code
    the HTML form to make it work in the current versions of Outlook. You can try formatting with text and HTML and see the results.
    Remember to mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you Check out my latest blog posts on http://exchangequery.com Thanks Sathish
    (MVP)

  • "BI Content" not displayed in RSA1

    Hello Folks,
    i have a newly installed SAP BW 7.31 with BI_CONT 747 Patch 3. When opening RSA1 the branch "BI Content" is not displayed, therefore no BI Content can be installed.
    Do i we have to activate anything? or are there any special options in SPRO to enable this area?
    When we use Txn RSORBCT, the branch "BI Content" is displayed, but there is no tree below...
    Thanks in advance
    --MIKE

    Hi Mike,
    Uncheck tick mark using transaction RSOCONTENT @ System is a Content Dev sys
    Better rise ticket to BASIS team, they help better.
    - vijay

  • Air update - initial content not found

    I had a working AIR-Project using this configuration:
    Win 7 64 bit
    Flex SDK 4.0.0
    AIR 1.5.3
    However, I needed to include a C++ library in the project and therefore update to AIR 2.0 or newer (at least I was told AIR 1.5 does not support calling native processes or C++ libraries).
    I tried updating both, the AIR version only or the Flex SDK including a newer AIR version - however, all update atempts led to the following error:
    Process terminated unexpectedly.
    initial content not found
    Launch command details:  "C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\sdks\4.5.0\bin\adl.exe" -runtime "C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\sdks\4.5.0\runtimes\air\win" "<root>\TestAirVersion\bin-debug\TestAirVersion-app.xml" "<root>\TestAirVersion\bin-debug"
    As you can see the above error occured using Flex SDK 4.5.0 and AIR 2.5.0 - but a similar error is thrown by any configuration above AIR 2.0 (both in Flash Builder or by calling the ADL manually).
    The project descriptor was updated (<application xmlns="http://ns.adobe.com/air/application/2.5">) and the SDKs were put in the Adobe Flash Builder4\sdks\xxx directory - did I miss something? (the project above is an empty test-project!)
    I also discovered that the AIR runtimes 2.0 and later include a Template.exe and a template.msi in the \Resources\ directory. If I run these, I get a
    Source file not found: C\ <...> \Resources\REPLACE. Verify that the file exists and that you can access it.
    Error (template.msi) - Template.exe leads to an invalid-application error - are these supposed to work?
    Thanks in advance!

    I had a working AIR-Project using this configuration:
    Win 7 64 bit
    Flex SDK 4.0.0
    AIR 1.5.3
    However, I needed to include a C++ library in the project and therefore update to AIR 2.0 or newer (at least I was told AIR 1.5 does not support calling native processes or C++ libraries).
    I tried updating both, the AIR version only or the Flex SDK including a newer AIR version - however, all update atempts led to the following error:
    Process terminated unexpectedly.
    initial content not found
    Launch command details:  "C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\sdks\4.5.0\bin\adl.exe" -runtime "C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\sdks\4.5.0\runtimes\air\win" "<root>\TestAirVersion\bin-debug\TestAirVersion-app.xml" "<root>\TestAirVersion\bin-debug"
    As you can see the above error occured using Flex SDK 4.5.0 and AIR 2.5.0 - but a similar error is thrown by any configuration above AIR 2.0 (both in Flash Builder or by calling the ADL manually).
    The project descriptor was updated (<application xmlns="http://ns.adobe.com/air/application/2.5">) and the SDKs were put in the Adobe Flash Builder4\sdks\xxx directory - did I miss something? (the project above is an empty test-project!)
    I also discovered that the AIR runtimes 2.0 and later include a Template.exe and a template.msi in the \Resources\ directory. If I run these, I get a
    Source file not found: C\ <...> \Resources\REPLACE. Verify that the file exists and that you can access it.
    Error (template.msi) - Template.exe leads to an invalid-application error - are these supposed to work?
    Thanks in advance!

  • Html will not display in safari

    hey folks, i have to create a webpage for a class. i used textedit to type up the code (and made sure it was in plain text). the page loads just fine in camino and firefox, however safari (and internet explorer) just display a blank white page (but i can still view the source code). it is very important that i get this to work for it to be graded, so any help will be awesome.
    p.s. it is saved as a .html

    hey folks, i have to create a webpage for a class. i
    used textedit to type up the code (and made sure it
    was in plain text). the page loads just fine in
    camino and firefox, however safari (and internet
    explorer) just display a blank white page (but i can
    still view the source code). it is very important
    that i get this to work for it to be graded, so any
    help will be awesome.
    p.s. it is saved as a .html
    hi:
    i tried the basic "hello world" thing in html in textedit, and the same thing happened: it showed the html but not the webpage. i also dragged the .html file over to the safari icon in the dock with the same results.
    i don't have a good answer as to why html written in textedit is doing this. maybe its the way textedit handles the underlying stuff, like ms word.
    or it could be the way safari and ie parse file written in textedit.
    go to http://www.barebones.com/ and download textwrangler. it's free, and html coded in textwrangler acts right in safari.

  • Iframe contents not displaying in FF Windows 7 or Mac

    I've read almost all posts about frames not displaying in FF, however, I have an odd issue. While I am able to get the iframe to display, NOT ALL of its contents is displaying. It's odd. A sample page is below, click on the virtual tour tab and you will see what I mean. All the code does show up. This also happens for another page with similar type of code. This works fine in Chrome/IE both PC and Mac. Any help would be appreciated.
    Thanks
    http://www.kdnovelties.com/educational/terrance-the-giraffe/personalized_293.html

    The content is there, but is hidden with display:none style rule, so it looks that if there is script running to show this content then it doesn't finish properly.
    <pre><nowiki><div id="virtualbook" class="kdnbook" style="height: 465px; width: 680px; display: none; margin: auto;"></div></nowiki></pre>
    Removing the display:none makes the book appear for me.
    The Web Console also shows an error with the MP3 file:
    <pre><nowiki>HTTP "Content-Type" of "audio/mpeg" is not supported. Load of media resource http://26ebe445280acec2e3b0-023df79dc48add581f4e26895345aac6.r54.cf1.rackcdn.com/page-flip.mp3 failed.</nowiki></pre>

  • New iTunes update (10.6) not displaying asian characters correctly.

    Just updated my iTunes to 10.6 and the new version is not displaying the asian characters in the artist or song titles. They are appearing in the album. Have restarted my computer multiple times.

    Same issue going on for me. Like daskaea said, it doesn't show up in the album grid, but shows up fine everywhere else. I personally am encountering this issue for Chinese, Japanese, and Korean scripts.
    Attempts to clear the name and re-enter it manually also do not work.
    Anyone have any ideas?

  • Scalable content not displaying properly in IE 10 and above

    I am using Captivate 7, publishing a swf in flash 10 and selecting "scalable html content".  In Internet Explorer 10 and 11 the content looks like the following screen shot:
    The content is not scaling to screen resolution and is unreadable by the end users.
    Any suggestions?

    AFdeveloper - Yes, we could launch content in a new window but if I can't solve this the solution will probably be not to scale my content. 
    BUT I have some new information.
    On MY workstation, with IE 10 and Flash 11 the modules scale properly in the production LMS server but not on our testing LMS server.  There is no difference to the modules.
    Also, I have copied some modules to an external hard drive.  If I run the modules from the external hard drive they do not scale properly.
    I thought it could be the Global Flash settings but changing the settings didn't make a difference.
    Not sure if this additional information will help anyone with suggesting a solution.  Even if you could provide me someelse to try I would appreciate it.  I'm kind of at a road block of what to do next.  If you need anymore information please let me know.

Maybe you are looking for

  • HT1338 Safari keeps closing. help!

    Safari crashes every few minutes. This is my first mac, help!

  • Mail exchange problem with new iphone

    My home button stopped working so I went to the store and got myself a new iphone under warranty (Thanks apple). It is running version 4.3.4 Anyhow, when I got home and restore from backup, everything works beautifully. However, the only problem is t

  • Icon in Header of ALV list

    Hello friends, I want to display icon in ALV header list. Caould you please tell me how can i achieve this. Currently instead of icon it is showing as '@5B@'. CREATE OBJECT document. CALL METHOD document->add_icon EXPORTING sap_icon = 'ICON_LED_GREEN

  • I pad 1 will not update apps

    My IPad 1 will not update apps.  When I attempt to update, it tells me I have no more space available and to manage my storage in settings. In settings it says I have 4.8 out of 5.0 gigs available.  So why won't the apps update?  Yes I have viewed th

  • P45 Platinum users guide?

    Is there a more detailed users guide available for the P45 Platinum?? I went to the MSI web site, but couldn't find anything. I find their web site rather difficult to navigate. Thanks guys!