Refreshing the browser.

Hi All,
I need to refresh my view when a button is clicked. There is only one view. And please tell if the method you are posting will work in IE as well as Firefox.
Thanks in advance.
Pranav

Hi,
Thanks for answering. Actually my application demands three drop down for country, city and period. Now based on country key selected i have to display city and period. Now if i invalidate the nodes for all the drop downs it is working fine for country as i m getting country list in drop down but for city and period i m getting the old values which i previously filled before refreshing. Requirement is that based on country key selected the drop down for city and period should get populated.
What i did to achive this is that i created another value set in action of refresh button and filled it with null values and binded it with the drop downs. But now i m getting a blank field which i can select in the drop down.
So to achive this functionality what i was thinking is that if there is any method which can do the same work as the refresh button of the browser is doing.
Regards,
Pranav

Similar Messages

  • Is there any way to prevent misbehaving solved by refreshing the browser?

    When I play my published Captivate 6 file in the browser (in this case Google Chrome), it sometimes gets "stuck" --- rollovers don't  work properly or buttons don't show up when they are supposed to. Sometimes I get the audio echo problem where audio from some previous slide plays on a future slide). None of these things happen during previews.
    If I refresh the browser and then continue where I left off, the problems are gone.
    What is causing this awful behavior? I am afraid I am disappointing my client, which I never want to do and have never done in the past!  We will have to publish instructions telling people that if anything goes wrong, they should just refresh their browsers. But some may not know how to do that, some may not read the instructions, etc. etc. causing support calls to my client and general dissatisfaction with the training.
    Is this just a shoddy product or did I not do something I need to do to get it to behave itself?
    Please advise! Thank you,
    Ellen

    hmm the a64 is locked so you cannot use a cpu multipier to have only cpu go faster..
    i oc with the fsb....but noticed that i may actually be over running my power, at high oc's(233)  if i unplug at least 3 hard drives, and some fans it will run microsofts memmory tester...but not with them in.
    you may be able to oc if you drop your mem speed down in bios to 333 or 200.
    so when you oc the memm will clib from there...i have seen good results from that.
    one person was able to catch my 232 results from dropping down to 200 mem speeds.

  • Data selected is not displaying but when refresh the browser it displays

    The system brings back a record after the record is selected from the database. The data is in memory but is not display. When the browser is refreshed, the data displays.

    Sorry but this is an internal system. The problem is baffling because there seems to be no consistency in its patterns. Sometimes when we pull up an account, it would show the info. Other times the same information does not come up. We thought it could be missing records, i.e. orphaned rows, but this isn't the case. It is quite odd and especially hard to bug because we can't consistently replicate it.

  • Applet not refreshing in browser

    I wrote a HelloWorld applet and viewing it through internet explorer. when i modify the code, compile it, then it replaces the original .class file, but when i refresh the browser, it loads the original applet. when i delete the .class file from the directory, the applet still shows up on the browser after i refresh it. whats going on? and how do i update the applet.

    you hafta CLOSE the browser and then re-open it so the VM sarts up again

  • JavaScript to Applet call freezes the Browser

    Hi,
    I am using javascript to applet communication to do some processing in my current project. The processing done in the applet is little heavy, whenever applet is processing the request, Browser freezes and user is not able to work with browser anymore. Even if you try to open new browser window its response is very slow.
    Basically browser window is not able to refresh its contents and appears to be freeze to the user while the applet is processing the request.
    is anybody faced this ( javascript to applet communication) problem earlier?
    Any solution/workaround to this problem?
    Thanks,
    panyog

    Martin,
    Thanks for your reply. whatever you have mentioned is correct. Applet is eating up the resources. But the problem is browser window is not getting refreshed appears
    to be freeze.
    Following are the details of the scenario
    1) Browser opened with mutilple processing option to the user.
    2) User selects some of them for processing and call process.
    3) here we have used javascript call to send for processing to the applet .
    Here javascript call to Applet, one by one getting processed.
    4) Applet starts processing, displays that an options
    are getting processed, please wait. ( here the window appears closes.)
    5) Once the window is gone, the browser which was previously
    opened is freeze . All the text and all are lost nothing is visible.
    Applet is still processing further requests, for user the browser is freeze.
    User try to open another browser window, Window opens up but it is
    really slow.
    How can we refresh the browser window?
    javascript reload does not work as it tries to process the option again?
    from applet we cannot refresh the Browser window...
    Is there any way we can it?
    Thanks and Regards,
    panyog

  • Refresh the screen after a long calculation

              Hi,
              I have a problem here:
              After I click a submit button, I want start a long process(running a stored procedure
              in
              database for about 20 mins) and after it is finished, screen will refresh automatically
              to reflect
              changes. I was using a thread to do the calculation but not able to refresh the
              browser after calculation is finished. Any one knows how to do it?
              Thanks.
              Kim
              

    Kim,
              It was just pseudo-code to hand you an idea of using Refresh.
              As for the piece you provided, it has some problems:
              1. It looks like you start marginServer() Every time there is a refresh
              2. It looks like you have marginServer as a field in the servlet, which
              is not correct as it's not guaranteed that the same instance will serve
              the next request. You'd better keep in HttpSession.
              HTH.
              Regards,
              Slava Imeshev
              "Kim" <[email protected]> wrote in message news:[email protected]...
              >
              > Hi Slava,
              > Thanks for helping.
              > I tried your code but got some error . Here is the code:
              > public class LongRunningTaskRefresh extends HttpServlet {
              > public void doGet(HttpServletRequest request, HttpServletResponse response)throws
              > ServletException, IOException {
              > stillRunning =true;
              > marginServer.start(); //this is the thread with long
              > process. In the end of it, it will set stillRunning to false
              >
              > response.setContentType("text/plain");
              > PrintWriter out = response.getWriter();
              > if (stillRunning) {
              > response.setHeader("Refresh", "5");
              > out.println("Your request is being processed" );
              > }
              > else {
              > rd = request.getRequestDispatcher("MarginSummary.jsp");
              > rd.forward(request,response);
              > }
              > }
              > }
              >
              > Do I do anything wrong?
              >
              > THanks again!
              >
              > Kim
              >
              

  • Servlet does not refresh in browser

    Hi,
    If I change a Servlet code, re-compile it and Refresh the browser (Firefox), it does not refresh. I can only get it to refresh if I re-start Tomcat (v 5.5.4).
    Is there a workaround for this please?
    I put the lines:
    response.setHeader("Cache-Control", "no-cache");
    response.setHeader("Pragma", "no-cache");
    response.setDateHeader("max-age", 0);
    response.setDateHeader("Expires", 0);
    at the top of my doGet method and this does not work.
    Thanks,
    Hal.

    Hi,
    For classes, you can set the reloadable parameter in your application configuration file (in the $CATALINA_HOME/conf/[enginename]/[hostname]/ directory)
    Set it to true if you want Catalina to monitor classes in /WEB-INF/classes/ and /WEB-INF/lib for changes, and automatically reload the web application if a change is detected. This feature is very useful during application development, but it requires significant runtime overhead and is not recommended for use on deployed production applications. That's why the default setting for this attribute is false. You can use the Manager web application, however, to trigger reloads of deployed applications on demand.
    http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/context.html
    For JSPs, you can configure Jasper (in $CATALINA_BASE/conf/web.xml file) and use the reloading parameter.
    http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jasper-howto.html

  • Refresh Portal Browser By Code

    Hi All,
    I have done coding in Java WebDynPro to dynamically assign and remove roles on the click of a link.
    But I am unable to refresh the browser automatically through the same code, to reflect the changes.
    As of now I am using window.top.location.href = sURL ,for refreshing, but it refreshes the Iviewwindow but it does not refreshes the portal main web browser.
    My requirement is to refresh the portal main web browser.
    Can anyone suggest on this , how to make it work.
    Thanks and Regards,
    Nuzhat

    Hi All,
    I think i am calling html page wrongly in java webdynpro code.
    Can anyone help me with some code how to read html file saved in src files.
    I am using
    try
              String path = WDURLGenerator.getWebResourceURL(wdComponentAPI.getDeployableObjectPart(),"Refresh.html");
              TaskBinder.getCurrentTask().getClient().sendRedirect(path,1);
         catch (Exception ex)
              wdComponentAPI.getMessageManager().raiseException(new WDNonFatalException(ex),true);
    But think this calling method is porblem.
    Anyother alternative to call HTML page.
    Thanks and Regards,
    Nuzhat

  • Sharepoint powerBi PowerQuery- Can not refresh from the browser

    Hi all,
    I've used powerQuery to my Excel and called to Sharepoint List using PowerQuery.  Then i created a chart using using that list data. When i refresh the list (under WorkBook Queries it gives updated data). 
    Then i saved that spreadsheet and uploaded to sharepoint online document library.  I need to refresh data from the browser too. 
    I could see there is Data button which has Refresh Selected Connection as an option. It gives following error once i clicked on Refresh Connection button. 
    'select a refreshable region, such as pivot Table before clicking on the refresh selected connection button'
    Thank you

    Literally nothing happens. If I move the mouse over a clip, click and hold, then drag the mouse anywhere, it's literally as if I wasn't even clicking. And yeah, I'm using the selection tool.
    It's not a major problem, I'm just dealing with a project that has a lot of different clips and it's been a pretty big inconvenience.

  • I can't open mail on Hotmail from Firefox. I can from Safari. I can open the Hotmail account page and it is complete w/ my new messages, but when I go to open them I get this messeage..."Please refresh your browser window. When you access your Windows Liv

    I can't open mail on Hotmail from Firefox. I can from Safari. I can open the Hotmail account page and it is complete w/ my new messages, but when I go to open them I get this messeage..."Please refresh your browser window. When you access your Windows Live Hotmail account from more than one computer, we ask you to sign in again to help keep your account private and secure. " when I sign in again there is no change. in English
    == URL of affected sites ==
    http://http://sn135w.snt135.mail.live.com/default.aspx?n=2087215863
    == User Agent ==
    Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7

    "Clear the Cache": Firefox > Preferences > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove the Cookies" from sites causing problems: Firefox > Preferences > Privacy > Cookies: "Show Cookies"
    See http://kb.mozillazine.org/Clearing_the_cache and http://kb.mozillazine.org/Cookies

  • How can I optimize my browser? I'm having serious issues in Hotmail, forcing me to constantly refresh the page, then I lose all my text when I do!

    I'm using Firefox 3.6.8 [& Vista os], and can't find any relevant info in Firefox 'Help' re: optimizing browser.
    I wrote Hotmail about my problem below, and they say I need to optimize my browser. They don't give instructions for how to do this in Firefox.... when I search in your 'help' contents, nothing close comes up.
    I also have the concern whether someone else is accessing my account, since the error mssg says something to the effect "when you access your acct from more than one computer"....
    Please help - Thank you!
    This is VERY frustrating, to say the least! I have major deadlines, and Hotmail is so bad I can't get my work done!!
    Ever since the 'upgrade', I am forced to almost constantly refresh my browser, and then when I do, my email and all my text goes away! Sometimes I am prompted to refresh when I have just logged in.... It asks me to refresh my browser sometimes once a minute.... sometimes more often!
    When I hit refresh, it actually causes the current page to disappear, and it comes back as a blank email with all my text gone! And hitting the 'back' button does not bring me back to the page I lost.
    Most of the time I can't even save my work as a draft, because it asks me to refresh [again], and then the email is gone and there's no draft to be found.
    This is *very* time consuming!! I've had to figure out how to work around this problem, but my 'fix' is also very tedious and time consuming....
    I'm constantly copying my text so I have a current copy of my email, then when I lose the draft, I paste it back in... I often go in circles with this, and eventually I'll have my current draft saved.
    Also, sometimes when it prompts me to refresh, just hitting the 'save draft' button a few times will suffice. So at least I won't lose my page, because, sometimes hitting 'save draft' actually works.... Eventually, tho, it'll force me to refresh before I can move on to sending the email.
    Please help!! I've been using Hotmail since before MS bought it, and this problem is SO bad I'm considering jumping ship so I can get my work done!!
    I don't generally like upgrades, as it usually means there will be problems, and the upgrade was released before being fully tested!.... I don't like being a guinea pig, especially when I have deadlines!
    Please help - Thank you!

    You can try to copy the text to the clipboard (Ctrl + A and Ctrl +C) if you need to refresh.
    "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • On certain websites, my own, that use flash the pages do not work if you use the back button in the browser. They have to be refreshed before any of the links will work again. Very frustrating.

    When I am browsing my own sites (2 of them) which are built in Flash, everything is fine following the links on the pages. But if I hit the back button in the browser, the pages freeze up and none of the links work anymore. If I refresh the page, then the links work fine.
    This does not happen on Safari as after pressing the browser back button, all is well.

    Dear jscher2000, thank you for your response! I'm running 16.01 version, so the 3.6.20 version isn't the correct one. I've updated it yesterday.
    I also have to mention that today everything seems to work just fine! :) I don't experience the problems anymore and all links work again just normally, eventhough I'm logged into Facebook account. Maybe it was just a temporary bug.
    I couldn't say what was the reason to that solution, but I'm glad there aren't problems anymore with Mozilla.
    Thank you again and best regards,
    Nina

  • For the last year, I have to refresh my browser to load certain normal pages...IE opens them, but not Firefox. I also have extreme difficulties loading video from sites including YouTube, Yahoo, etc. I open them in IE just fine. I update all the time.

    For the last year, I have to refresh my browser to load certain normal pages...IE opens them, but not Firefox. I also have extreme difficulties loading video from sites including YouTube, Yahoo, etc. I open them in IE just fine. I update all the time.

    "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"<br />
    "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"<br />
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    Your plugins list shows outdated plugin(s) with known security and stability risks.
    *Java Plug-in 1.6.0_07 for Netscape Navigator (DLL Helper)
    Update the [[Java]] plugin to the latest version.
    *http://java.sun.com/javase/downloads/index.jsp (Java Platform: Download JRE)

  • How can the browser auto-refresh not be considered a bug?

    I have been browsing these forums and I have seen this issue over and over again being discussed and the answer is always "that's not a bug, that's how it works, you can't change or disable it."
    Here is the problem. In ios 7, when you are using Safari (or any other browser, I have found), if you exit the browser to do almost anything: your phone rings, you open the camera and take a picture - anything at all - when you return to the browser, the current page will almost always reload itself. Anything you have done on that page, any comment written, any checkboxes checked - everything - will be lost.
    This is an important issue for me, because I have written a web application that I use every single day for work. My web application is a 560k page of pure html/javascript (no third party or plugin content at all, I wrote it all by hand) with about another 80k worth of graphics (buttons). You load the page and javascript functions move you from div to div, with different sets of checkboxes in each div (there are some 87 such divs in the page). At the end of this process, you click a button to finish your checklist, which will save it to a database and you're done. Unfortunately, this process would never get to the end because of the page constantly refreshing.
    So I rewrote the page to save via ajax at each major section (there are 8 major sections). Dividing it up this way meant that all of your work is never lost and that you only have to go back and redo at most one section. When I rewrote it this way and I was still using ios 6, it was only a minor annoyance. I might have to redo a section once or twice a week because of a page refresh.  Ever since the upgrade to ios 7 however, it has become a pain again, because now the page refreshes almost every single time. The problem is that while doing this checklist, I have no choice but to go to the camera to take pictures documenting what I am checking boxes about. This switch to the camera and back again almost always forces a page refresh.
    It strains credibility to think that a 640k web page has to be cleared out every time you do anything. I have only this page open in the browser, nothing else going on, nothing else loaded, all apps closed - and still, the browser will be force refreshed every time I do anything. The iphone 4s has 512M of memory, so my page occupies 640k of 524288k, or .001% of the available memory. Do you really have to refresh this thing every single time I sneeze?
    How can this not be considered a bug, clearing out everything that can be cleared out regardless of what impact it might have on the user experience?
    And finally, can anyone at all suggest any kind of a workaround? People have been complaining about this since at least 2008. I'm at my wits end, its making my web app nearly unusable.

    OK...after better keyword choices I did find that the 'change location' solution does work, but only if the calendar is first shared with the world, and then has its location changed:
      http://www.radbrooksolutions.co.uk/rs/Blog/Entries/2011/5/3_MobileMe_Calendar_Up date_and_PHP_iCalendar.html
    Does anyone know if information in public calendars can be found in nefarious ways (like by Google)?
    FWIW, I did try sharing privately to just myself, so that I could then subscribe to the calendar on the serving machine and push it out as a .ics file...but I cannot share a calendar with myself. Boooo.

  • Condition to test for the browser closing/refreshing

    I have an applet that rotates pictures in a html file. I have it in an eternal loop to keep it running. It loads fine, but if you refresh or try to close the browser, the browser locks. Without question this happens because the loop does not test for the browser closing or refreshing so the loop never stops. Does anyone have an idea of a Java condition to test for the browser closing/refreshing so I can stop my loop when these events occur.

    The applets stop message should be called on a reload and/or a close. You could set a flag in your stop method that could be checked by a thread that actually sits and loops.
    When the flag is set, kill the tread.
    You should clear that flag in your start method.
    I have an applet that rotates pictures in a html file.
    I have it in an eternal loop to keep it running. It
    loads fine, but if you refresh or try to close the
    browser, the browser locks. Without question this
    happens because the loop does not test for the
    browser closing or refreshing so the loop never
    stops. Does anyone have an idea of a Java condition
    to test for the browser closing/refreshing so I can
    stop my loop when these events occur.

Maybe you are looking for

  • Imovie '09 won't import '08 files HELP!

    I imported all my camera contents into iMovie '08 and all worked well. Later, my hard drive crashed so I upgraded to iMovie '09 with the new hard drive. My iMovies files were retrieved from an external hard drive backup. When I try to import the new

  • ORA-00600: internal error code, arguments: [kghGetHpSz1], [0x4B0FE54], [],

    Dear All, Our's is Windows 2000 Server,Oracle 9.2.0.4 version,1.5 GB RAM. (two instances are running , devlopment DB) One day , suddenly i am facing this error. ORA-00600: internal error code, arguments: [kghGetHpSz1], [0x4B0FE54], [], [], [], [], []

  • ITunes shuts down when I plug in my iPod

    I've used my iPod without a problem since Christmas. For the past week, when I plug in my iPod, iTunes shuts down due to an unnamed error. I have reinstalled all my USB drivers, removed all of my Apple software twice and reinstalled it twice (once wi

  • Why doesn't the "auto fill" feature of my google bar not work with Firefox 4 ???

    Google bar's "auto fill" feature worked EVERY TIME with the last version of Firefox, but works rarely with Firefox 4. ???? I have reinstalled my google bar AND Firefox 4, but that didn't help.

  • Support for Lotus notes R8.

    I have seen the supported platform documentation of XI3.1 it show that only Lotus notes R6 and R7 is supported . Could you please let us know the exact information about the R8 support, mean to say when it going to support with BO and what is time fr