Files Not Refreshed

Building a JSP which dynamically creates an HTML page with an included javascript file using
<script LANGUAGE="JavaScript" type="text/javascript" src="myFile.js"></script>
The problem is when I make changes in the file myFile.js, the changes are not refreshed when I run the project. I have attempted to rebuild, exit jDeveloper and everything else I can think of yet it continues to use the old version. What is going on and why are the changes not reflected when being run?
jDeveloper 9.0.5.16.27 under Win2K.

Just to add to the fine advice so far, sometimes just toggling the View to Column View or whatever it isn't the back will update it.
Wonder if this works in Tiger...
http://www.versiontracker.com/dyn/moreinfo/macosx/24356

Similar Messages

  • Applet java file not refreshing in browser

    I have an applet that I am updating and I am not seeing the corresponding update when I open the web page. I can manually download the java class file and look inside it and it definitely is the updated file. I have deleted the browser history. (I am running tests with Firefox 3, IE7, and Safari 4 public beta). Is there something else I need to do to make sure the browser pulls in the latest version of the class file referenced in the html?
    Here is the code:
    <HTML>
    <HEAD>
       <TITLE>A Simple Program</TITLE>
    </HEAD>
    <BODY>
       <CENTER>
          <APPLET CODE="SendRequest.class" WIDTH="500" HEIGHT="150">
          </APPLET>
       </CENTER>
    </BODY>
    </HTML>The applet refers to a hard coded URL to read through a urlconnection. It is always reading a file and showing content, but it is not showing the right file. If I change the name of the referenced file in the java program, it looks like the browser has cached the referred file, rather than throwing and error and saying the file doesn't exist.
    Here is the java
    import java.applet.*;
    import java.awt.*;
    import java.net.URLConnection;
    import java.net.URL;
    import org.w3c.dom.Document;
    import java.lang.String;
    import java.io.*;
    public class SendRequest extends Applet {
        @Override
        public void paint(Graphics g) {
            g.drawRect(0, 0, 499, 149);
            g.drawString(getResponseText(), 5, 70);
        public String getResponseText() {
            try {
                URL url = new URL("http://myserver.com/stats/logs/ex20090603000001-72.167.131.217.log");
                URLConnection urlconn = url.openConnection();
                BufferedReader in = new BufferedReader(
                                    new InputStreamReader(
                                    urlconn.getInputStream()));
                String inputLine;
                String htmlFile = "";
                try {
                    while ((inputLine = in.readLine()) != null)
                        htmlFile += inputLine;
                    in.close();
                    return htmlFile;
                } catch (Exception e) {
                    return "Can't get the string.";
            } catch (Exception e) {
                return "Problem accessing the response text.";
    }Any help would be appreciated. I heard that some files may cache more persistently than others, but I don't fully understand the details.
    Thanks,
    Jim

    Check this [document loader example|http://pscode.org/test/docload/] & follow the link to sandbox.html for tips on clearing the class cache. That relates specifically to caching a refused security certificate, but class caching is much the same. As an aside, getting a console can be tricky in modern times (unless the applet fails completely). It is handy to configure the [Java Control Panel|http://java.sun.com/docs/books/tutorial/information/player.jnlp] to pop the Java console on finding an applet (Advanced tab - Settings/Java Console/Show Console).
    Of course there are two better tools for testing applets, especially in regard to class caching. AppletViewer and Appleteer both make class refresh fairly easy. Appleteer is the better of the two. I can tell you that with confidence, since I wrote it. ;-)

  • File not refreshing and error problem

    well i have 2 problems..
    first:
    i dont know why a jsp file does not reload to the edited version
    meaning lets say I have a jsp file doing something it loads up fine and does I edit the file and try reloading the old copy keeps on coming back..
    there are times when the new copy loads up but that is rare..
    second can anyone tell me what is wrong with this code.. I cant figure out what is wrong with it.. only in the <form></form> tags
    because rest of the code is fine
    i keep on getting nullpointerexception i dont understand why
    <%@ page import="java.io.*"%>
    <%@ taglib uri="taglibdb.tld" prefix="sql" %>
    <html>
    <head>Admin Property</head>
    <body>
         <form name="addproperty" method="post" action="../servlet/PropertyServlet">
         <% if (request.getParameter("action").equalsIgnoreCase("edit")){
         %>
              <input type="text" name="val" value="<%=request.getParameter("val")%>">
              <input type="text" name="property" value="<%=request.getParameter("property")%>">
              <input type="submit" name="editproperty">
         <% } else { %>
         <input type="text" name="property">
         <input type="submit" value="addprop">
         <% } %>
    </form>
    <sql:openConnection driver="com.mysql.jdbc.Driver" url="jdbc:mysql://localhost:3306/mydb" user="guest" password="guest" id="A" />
    <sql:ifError id="A">
    <br>Could not connect to database
    </sql:ifError>
    <sql:setQuery id="A" query="select * from PROPERTY" res="B"/>
    <table>
    <sql:forEachRow res="B">
    <tr>
         <td><sql:getColumn position="1" res="B"/></td>
         <td><sql:getColumn position="2" res="B"/></td>
         <td>">Delete...</a></td>
         <td><a href="../jsp/property.jsp?action=edit&val=<sql:getColumn position="1" res="B"/>&property=<sql:getColumn position="2" res="B"/>">Edit...</a></td>
    </tr>
    </sql:forEachRow>
    </table>
    <sql:closeConnection id="A"/>
    </body>
    </html>
    if i change the form part to:
    <form name="addproperty" method="post" action="../servlet/PropertyServlet">
         <input type="text" name="property">
         <input type="submit" value="addprop">
    </form>
    it works fine the way it is suppose to

    In case you are running Tomcat 4.1 the java file and class file of your jsp is located in Tomcat 4.1/work/standalone/.. and your file should be named something like MyJspPage_jsp.java (try search for it).
    About your nullpointer, you should check your spelling when requesting parameters,
    request.getParameter("action") is not the same as request.getParameter("Action") etc.
    Good luck.
    Johan

  • File size in finder ' get info' does not refresh

    I'm moving files about and need to check how large the folders are (in preparation for burning a dvd). 'Get info' is not refreshing the file size (and it's not just enormous folders). I have installed 'Refresh Finder' but it doesn't make any difference. The only way I can see the true file size is by restarting (a pain). What else can I try?

    Yes, Finder can be a bit slow to update. It shouldn't be necessary to restart, though; using the force quit dialogue to relaunch Finder should suffice.
    Press cmd-opt-esc (⌘⌥ esc) to bring up the dialogue, select Finder and click relaunch.

  • If image file not exist in image path crystal report not open and give me exception error problem

    Hi guys my code below show pictures for all employees
    code is working but i have proplem
    if image not exist in path
    crystal report not open and give me exception error image file not exist in path
    although the employee no found in database but if image not exist in path when loop crystal report will not open
    how to ignore image files not exist in path and open report this is actually what i need
    my code below as following
    DataTable dt = new DataTable();
    string connString = "data source=192.168.1.105; initial catalog=hrdata;uid=sa; password=1234";
    using (SqlConnection con = new SqlConnection(connString))
    con.Open();
    SqlCommand cmd = new SqlCommand("ViewEmployeeNoRall", con);
    cmd.CommandType = CommandType.StoredProcedure;
    SqlDataAdapter da = new SqlDataAdapter();
    da.SelectCommand = cmd;
    da.Fill(dt);
    foreach (DataRow dr in dt.Rows)
    FileStream fs = null;
    fs = new FileStream("\\\\192.168.1.105\\Personal Pictures\\" + dr[0] + ".jpg", FileMode.Open);
    BinaryReader br = new BinaryReader(fs);
    byte[] imgbyte = new byte[fs.Length + 1];
    imgbyte = br.ReadBytes(Convert.ToInt32((fs.Length)));
    dr["Image"] = imgbyte;
    fs.Dispose();
    ReportDocument objRpt = new Reports.CrystalReportData2();
    objRpt.SetDataSource(dt);
    crystalReportViewer1.ReportSource = objRpt;
    crystalReportViewer1.Refresh();
    and exception error as below

    First: I created a New Column ("Image") in a datatable of the dataset and change the DataType to System.Byte()
    Second : Drag And drop this image Filed Where I want.
    private void LoadReport()
    frmCheckWeigher rpt = new frmCheckWeigher();
    CryRe_DailyBatch report = new CryRe_DailyBatch();
    DataSet1TableAdapters.DataTable_DailyBatch1TableAdapter ta = new CheckWeigherReportViewer.DataSet1TableAdapters.DataTable_DailyBatch1TableAdapter();
    DataSet1.DataTable_DailyBatch1DataTable table = ta.GetData(clsLogs.strStartDate_rpt, clsLogs.strBatchno_Rpt, clsLogs.cmdeviceid); // Data from Database
    DataTable dt = GetImageRow(table, "Footer.Jpg");
    report.SetDataSource(dt);
    crv1.ReportSource = report;
    crv1.Refresh();
    By this Function I merge My Image data into dataTable
    private DataTable GetImageRow(DataTable dt, string ImageName)
    try
    FileStream fs;
    BinaryReader br;
    if (File.Exists(AppDomain.CurrentDomain.BaseDirectory + ImageName))
    fs = new FileStream(AppDomain.CurrentDomain.BaseDirectory + ImageName, FileMode.Open);
    else
    // if photo does not exist show the nophoto.jpg file
    fs = new FileStream(AppDomain.CurrentDomain.BaseDirectory + ImageName, FileMode.Open);
    // initialise the binary reader from file streamobject
    br = new BinaryReader(fs);
    // define the byte array of filelength
    byte[] imgbyte = new byte[fs.Length + 1];
    // read the bytes from the binary reader
    imgbyte = br.ReadBytes(Convert.ToInt32((fs.Length)));
    dt.Rows[0]["Image"] = imgbyte;
    br.Close();
    // close the binary reader
    fs.Close();
    // close the file stream
    catch (Exception ex)
    // error handling
    MessageBox.Show("Missing " + ImageName + "or nophoto.jpg in application folder");
    return dt;
    // Return Datatable After Image Row Insertion
    Mark as answer or vote as helpful if you find it useful | Ammar Zaied [MCP]

  • Applet not refreshing in internet explorer 7

    Hi there,
    I have an application that works fine in IE6 but does not work under IE7.
    The applet reads a text file every minute, this text file is refreshed also every minute.
    I have found out that if you press x in the Java console to clear the classloader cache, the applet does read the tekst file once more.
    Is there anything that can be done to this application to make it work under IE7?
    See code below.
    Thanks in advance for your input / feedback,
    Kind regards, Sharief.
    Code:
    import java.applet.Applet;
    import java.awt.*;
    import java.io.*;
    import java.net.MalformedURLException;
    import java.net.URL;
    //import java.util.*;
    public class VoiceWebQ extends Applet
    implements Runnable
    public VoiceWebQ()
    FileToRead = "WinWebQ_data.txt";
    refreshRate = 5;
    public void init()
    width = 220;
    height = 50;
    resize(width, height);
    String s = getParameter("FileToRead");
    if(s != null)
    FileToRead = new String(s);
    public void paint(Graphics g)
    g.setColor(new Color(89, 169, 222));
    g.fillRect(0, 0, 220, 50);
    g.setColor(new Color(204, 204, 204));
    g.fillRect(0, 50, 220, 10);
    g.setColor(Color.WHITE);
    g.setFont(new Font("Arial", 1, 14));
    g.drawString(firstMessageStr, 10, 18);
    g.setFont(new Font("Arial", 1, 14));
    g.drawString(secondMessageStr, 10, 40);
    g.setFont(new Font("Arial", 3, 9));
    g.drawString("� @Voice Applications WebQ v.1.1", 10, 58);
    public void start()
    if(readThread == null)
    readThread = new Thread(this);
    readThread.start();
    public void run()
    while(Thread.currentThread() == readThread)
                   //classCache.clear();
    readFile();
    try
    Thread.sleep(1000 * refreshRate);
    catch(InterruptedException interruptedexception) { }
    public void stop()
    Thread thread = readThread;
    readThread = null;
    thread.interrupt();
    public void readFile()
    URL url = null;
    InputStream inputstream = null;
    BufferedReader bufferedreader = null;
    try
    url = new URL(getDocumentBase(), FileToRead);
    catch(MalformedURLException malformedurlexception)
    System.out.println("Malformed URL ");
    stop();
    try
    inputstream = url.openStream();
    bufferedreader = new BufferedReader(new InputStreamReader(inputstream));
    int i = 0;
    do
    String s;
    if((s = bufferedreader.readLine()) == null)
    break;
    if(i == 0)
    firstMessageStr = s.trim();
    i++;
    if(i == 1)
    secondMessageStr = s.trim();
    } while(true);
    catch(IOException ioexception) { }
    finally
    if(bufferedreader != null)
    try
    bufferedreader.close();
    catch(IOException ioexception1) { }
    if(inputstream != null)
    try
    inputstream.close();
    catch(IOException ioexception2) { }
    paint(getGraphics());
    String FileToRead;
    Thread readThread;
    int refreshRate;
    int width;
    int height;
    String firstMessageStr;
    String secondMessageStr;
    //private Hashtable classCache = new Hashtable();
    }

    You might want to check which version of java plug-in is used in your client machine.
    We have a similar applet application which works fine for JRE 1.5 or below. However, it stops refresh for JRE 1.6. It seems to me it is a Java 1.6 bug.

  • Error : file not found in SharePoint 2010

    I have a problem of error "file not found" in a site collection SharePoint 2010.
        I cannot access to home page, the page of list/library/permission,etc. All pages will appear an error "file not found"
        I can access to the page of "all content"
        I can access to the site setting page, but I cannot open the link on this page. For example, I select "quick launch" in "Look and feel" section, it will show an error "file not found".
        I think I must reset my master page, but I cannot use SharePoint Designer (forbidden in my application), I cannot open the link on site setting page, and I cannot open library page to check the master page
        I can access to mobile view, and all pages work well in mobile view, but I did not find site setting page
    How could I check the master page? Or this problem has other solution?
    Thank you in advance.

    You might have referred an image or style sheet or some file from an invalid path. Check the error in detail, where you might be able to know which file or file path is not correct. Then recorrect it in the master page and then refresh the site.
    UPDATE - Can you configure the web.config to display the detailed error? Make -
    <CustomErrors Mode="Off">, CallStack="true" and
    <compilation debug="true" />
    Do an IISReset and then refresh the site.

  • HTTP 404 File not Found running a page created with the wizard

    Hi all,
    I created a page "tabular form" with the wizard to delete and update records in a table.
    All pages of the application are ok. Only this page, when refresh after click on the "delete" or "submit" button send the message "HTTP 404 - File not found".
    OS - Windows XP
    DB - 10.1.0.4
    HTMLDB 2.0
    any idea?
    thanks in advance.

    Hi Scott,
    this is the error.log
    [Fri Oct 06 11:39:41 2006] [error] [client 10.20.101.243] [ecid: 1160127581:10.20.101.243:3860:2904:21,0] mod_plsql: /pls/htmldb/wwv_flow.accept HTTP-404
    wwv_flow.accept: SIGNATURE (parameter names) MISMATCH
    VARIABLES IN FORM NOT IN PROCEDURE: F51,F52,F53,F54,F55,F56,F57,F58,F59
    NON-DEFAULT VARIABLES IN PROCEDURE NOT IN FORM:
    This is my first application with htmldb and i don't understand where is the error because i don't added parameter after the wizard creation. I just created the page and run. If this page start the first time when is called from another page, why after refresh fail?
    thanks, Fabio

  • Upgraded ZENworks Primary Server Will Not Refresh

    Good Afternoon,
    I recently upgraded our primary server from ZENworks 11.2-11.3a.
    The upgrade procedure completed with no errors. However, the server will not refresh it's status in the ZENworks Control Center. Control Center continues to report the server as 11.2.0.0. The UI of the Control Center is upgraded. The agent continues to push back the next contact with server time without updating the last contact with server time
    Things I have tried:
    -doing a manual refresh through control center gives a "Connection Failed" error
    -doing a manual refresh with zac ref completes successfully but does not update anything
    -cleared the agent cache using zac cc
    Any help would be appreciated.
    Thank you very much!

    Try the solution you find in this thread:
    http://forums.novell.com/novell-prod...nt-management/
    zenworks/configuration-management/zcm-11/zcm11-agent-deployment-linux/45
    5516-how-recover-lost-trust-relationship-zone-configuration-between-linu
    x-zcm-agent-primary-zone-server-running-same-machine.html
    W. Prindl
    wpico wrote:
    >
    >CRAIGDWILSON;2331318 Wrote:
    >> This is because the Agent Service (Servers have an agent too)
    >>cannot talk to the zone.
    >>
    >> Normally the only time this is noticed is during a "System Update",
    >> since this is one of the few times the failure would be noted.
    >>
    >> However, the 11.3.0 Upgrade would not have relied on the agent
    >>server and since you upgraded from 11.2.0, another ISO install, it
    >>is quite possible there were always some issues there.
    >>
    >> "zac retr" might help, but it also may be wise to open an SR so
    >>they can
    >> see what is wrong and not just have you poking and prodding your
    >>only primary.
    >>
    >>
    >> On 8/28/2014 4:46 PM, wpico wrote:
    >> >
    >> > nop1983;2331309 Wrote:
    >> >> wpico wrote:
    >> >>
    >> >>>
    >> >>> Good Afternoon,
    >> >>>
    >> >>> I recently upgraded our primary server from ZENworks
    >>11.2-11.3a. >>>
    >> >>> The upgrade procedure completed with no errors. However, the
    >> server
    >> >>> will not refresh it's status in the ZENworks Control Center.
    >> Control
    >> >>> Center continues to report the server as 11.2.0.0. The UI of
    >>the >>> Control Center is upgraded. The agent continues to push
    >>back the next
    >> >>> contact with server time without updating the last contact with
    >> server
    >> >>> time
    >> >>>
    >> >>> Things I have tried:
    >> >>> -doing a manual refresh through control center gives a
    >>"Connection >>> Failed" error
    >> >>> -doing a manual refresh with zac ref completes successfully but
    >> does
    >> >>> not update anything
    >> >>> -cleared the agent cache using zac cc
    >> >>>
    >> >>> Any help would be appreciated.
    >> >>>
    >> >>> Thank you very much!
    >> >>
    >> >> Only one server?
    >> >> Sounds like the agent could have lost the trust, somehow... The
    >> update
    >> >> went fine?
    >> >>
    >> >> --
    >> >> Niels
    >> >> I have always liked... Cowabunga!
    >> >>
    >> >> If you find this post helpful, please show your appreciation by
    >> clicking
    >> >> on the star below.
    >> >> A member must be logged in before s/he can assign reputation
    >>points. >
    >> > Completed with no errors, The log file was all green.
    >> >
    >> >
    >>
    >>
    >> --
    >> Going to Brainshare 2014?
    >> http://www.brainshare.com
    >> Use Registration Code "nvlcwilson" for $300 off!
    >>
    >>
    >> Craig Wilson - MCNE, MCSE, CCNA
    >> Novell Technical Support Engineer
    >>
    >> Novell does not officially monitor these forums.
    >>
    >> Suggestions/Opinions/Statements made by me are solely my own.
    >> These thoughts may not be shared by either Novell or any rational
    >>human.
    >
    >When I run zac retr I get, "Failed to re-establish trust with zone"

  • File not getting picked with Sender Adapter

    Hello Experts,
    i have configured file sender adapter which is polling configured directory every 60 sec. But i could see file not getting picked up. when looked into Communication channel monitoring i could see following error:
    Putting message into send queue failed, due to: com.sap.aii.af.ra.ms.api.DuplicateMessageException : Message ID aa2ec9a0-44b3-11dc-9c5b-0003baa19669(OUTBOUND) already exists in database: com.sap.sql.DuplicateKeyException: ORA-00001: unique constraint (SAPDX1DB.SYS_C00120924) violated.
    is this due to adapter cache. we are on SP20.
    has anybody faced this problem earlier?
    Thanks in advance.
    Regards
    Rajeev

    Hello
    actually there was small problem in file generation and hence it was failing in message mapping which is resolved. but still that problem is there when it is attempting to delete the file. hence it is not able to delete that file.
    can we manually clear the send queues or should we refresh CPA cache?
    Thanks
    Rajeev

  • Cannot make a cache safe URL for "1025/styles/Themable/corev4.css", file not found. Please verify that the file exists under the layouts directory.

    HI
    i restored a sharepoint web 80 application in our test domain
    and after when i browse the new web application 
    it says 
    Cannot make a cache safe URL for "1025/styles/Themable/corev4.css", file not found. Please verify that the file exists under the layouts directory. 
    adil

    Hi  adil,
    According to your description, my understanding is that you encountered the error “Cannot make a cache safe URL for "1025/styles/Themable/corev4.css", file not found. Please verify that the file
    exists under the layouts directory.” .
    The issue happens in
    We have customized master page
    In the master page, we use path the script/style file like this: <SharePoint:CssRegistration name="<% $SPUrl:~SiteCollection/Style Library/coe/mainCOE.css%>"
    runat="server"/>
    While using the dynamic path in a multiple languages enabled site, language Id(1033 etc) will be added to the path automatically. That cause the file to be not found.
    To solve the issue, please download  the Arabic language pack http://www.microsoft.com/en-us/download/details.aspx?id=3411 ,
    install it on  your SharePoint and refresh your browser.
    Reference:
    http://sharepoint-community.net/profiles/blogs/cannot-make-a-cache-safe-url-for-1036-sytles-themable-corev4-css
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Data refreshed when preview in XLF but not refreshed in exported SWF

    Hi,,
    I have an XML file linked to Exel which is the source of an XLF file. All connections are OK and I am able to see the latest data are being refreshed when I preview the XLF file.But when I exported the XLF file to SWF file, the error 2048 occured and the data is not refreshed at all.
    I have put the SWF file in the Global Security Settings Panel (Always Allow list) and also checked the Every Time I visit the webpage under the Temporary Internet Files and History Settings.
    Anything else I need to do..can someone help?

    Hi
    Error 2048 is usually caused by two main reasons.
    One -  the global security settings are not set to allow files from the desired folder to be accessed.  Check that you have added the source folder(s) for your data to the list "allows trust files in this location" under Adobe's online settings manager.
    Two - you're trying to access a file on a domain that is different from the one you're running the swf file on. For this you need a crossdomain file added to the root folder of the server you're trying to access.
    So your crossdomain.xml should look like this
    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
    <allow-http-request-headers-from domain="" headers="" secure="false" />
    <allow-access-from domain="*" secure="false" />
    </cross-domain-policy>
    For more information, search other posts on this topic or please check out  the Adobe website.
    Andy
    Xcelsius QA

  • Edited Images Do Not Refresh

    When I edit an image in an external program (PS, Illustrator), Dreamweaver doesn't show the changes. It insists that no changes have been made. Refresh doesn't help, nor does using any of those idiotic internal image editing buttons in DW. (Half of them are greyed out most of the time anyway.)
    There's more information & frustration at this thread: http://forums.adobe.com/message/2181158#2181158 ... which was mysteriously marked "Answered".
    Here's  an example: I have a graphic in an HTML document, stored locally. I  edit the graphic and save it, but DW continues to use the older preview  image. I can see the updated image in Live View, but it actually reverts  back to the earlier image when I return to Design Mode! Madness! Why  would it do that? It also fails to update the preview image when I upload & use absolute URLs to identify the image.
    This was not an issue in CS3 IIRC. I think the addition of those image-editing tools in CS5 have screwed things up somehow, like DW has decided it is the only program on the machine.
    This is one of those things that stops workflow dead in its tracks.

    Also, the issue seems to happen only when working with absolute links
    --  I create a lot of HTML emails for clients, and I'm pretty certain 
    that's the only time I run into this issue. For the rest of my work 
    links are root-relative, and seem to update fine.
    This is why I said what I said because that's what I was afraid of.  I've been skeptical myself of DWs abilities at handling remote content in your specific situation, which unfortunately is very common.  What I would recommend doing is what I have done and submit a feature request to Adobe for future versions since they seem to be moving a bit quicker now after publishing the CS5.5 release to accomodate for HTML5 and CSS3.
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    Personally speaking my recommendation was an HTML email mode where the "browse" function could potentially work with remote connection (eg: FTP) and select the files creating absolute links as you go, and have the ability to turn on inline CSS writing permanently (unlike the current drop-down option in the Properties window).  That was just my suggestion, but the more suggestions people send to Adobe about this, the more likely it is to happen.
    And just as a final note based on what you describe it is a caching issue.  What is happening when working with remote images is that DW downloads a copy locally and then you see that.  Live View always refreshes since it runs against the server, and the Refresh button "should" re-download all images from the server to replace the cached versions, but that does not appear to be working.  You might also want to submit a separate bug report using that same form (there is an option saying Feature Request or Bug Report) so they are aware that the cache not refreshing as often as it should is being viewed as a bug.  From my experiences in working with HTML emails I tend to push people towards services like Mailchimp that allow me as a designer, to simply give them a ZIP file containing their work, they just upload and send.  No absolute linking is necessary since the images are hosted by the ESP so it allows me as a designer to work with all local files, zip and go.  There was another service that someone else mentioned on the forums that has a similar feature that I do apologize that I don't remember the name to because I have no experience with that service, but it's definitely something to consider if you are setting up an account with an ESP.  Unfortunately, there are also places like Constant Contact that has its own custom markup that you must use to even track links in an email, so believe me when I say I've seen both sides of the spectrum.

  • Process Context changes (.XSD) are not refreshed in the Task Mapping

    Hello,
    I'm adding new attributes to the .XSD but the changes are not refreshed in the mapping section of the tasks. How can I refreshed these changes?
    Best Regards
    SU

    Hi,
    You can manually reimport DO xsd by :
    Your BPM Project > ProcessModeling > Data Types folder > XSD Files folder > Right click xsd file> Reimport.
    You can manually reimport WS wsdl by :
    Your BPM Project > ProcessModeling > Service Interfaces folder > WSDL Files folder > Right click wsdl file> Reimport.
    Regards,
    Unni

  • SharePoint Doc Libs Not Refreshing in Windows Explorer

    Hello.
    When I save or upload a document to a SharePoint 2007 document library it auto creates a folder for that document library in Windows Explorer on Windows 7.  This parts works fine for me and previously when I clicked into these folders they refreshed
    the list of files available in the right hand pane in Windows Explorer. 
    Recently the refresh has stopped happening.  When I click on the SharePoint document library in the left pane in Windows Explorer now it does not refresh the right pane - in fact nothing happens.  No settings have changed on our SharePoint
    servers.
    Anyone else see this issue and if so is there a fix?

    Hi motionpotion,
    Could you please check this thread to see if your problem is similar with it:
    http://social.technet.microsoft.com/Forums/en-US/sharepointgeneral/thread/cf57ae56-4555-4943-9557-d6db5115a820.
    Thanks & Regards,
    Peng Lei

Maybe you are looking for

  • How to print a selection in Numbers

    Using Numbers in Yosemite, I would like to print only a portion of a larger spreadsheet.  This is easily accomplished using Excel by printing the selected cells.  How is it achieved in Numbers.  Thank you, Scott

  • Convert complex PDF file into Excel

    I'm trying to convert a PDF file ( 510 pages), consisting of horizontal and vertical charts into excel. The first few pages were fine but the rest were messed up. Every number was displayed in the wrong collumn. Could anyone help? I'm happy to send i

  • Combining classes into one single class

    Hi I have written a java application that incompasses many classes. When I complie my java code the complier produced a ClassName.class file for the main class and each and every class. When I run the application it needs all of the classes not just

  • Need help with Tables Handling

    This is a tricky problem, maybe not for you guys, here it is: I have a table with 4 colums and N rows, i want to write data (int) on the 1st and 3rd columns and In the 4th column I want to show up the result of 1st X 3rd (1st times 3rd), I tried many

  • Mac OS X Integration 10.7 exam keycode

    Does anybody have Mac OS X Integration exam keycode that need to be entered in Private box section on http://ibt.prometric.com/apple. Now the page has been updated with 10.8 exam. Please let me know, if someone still have exam keycode.