Jsp page not refereshing in IE 6.0

can you give me any suggestion on following issue
I have (first.jsp)jsp in following way
+1234
when i click on +
it shows like this(the records are coming from second.jsp by using azax))
-1234
record1
record2
here second,third jsp conatins same thing except third.jsp contains some buttons
and when you click on 1234 in next window(third.jsp) it will show
record1
record2
button accept
when i click on accept button i am loadng first.jsp
at the time of loading I have to refresh second,third.jsp
presently I am refreshing third.jsp it is working fine
but i was unable to refresh second.jsp
this application running fine in Mozila(both(second.third.jsp pages are refreshing)
In Ie that first.jsp is not refreshing(oonly third.jsp is refreshing)
I am using following function on body onload()
if (window.opener && !window.opener.closed) {
window.opener.location.reload();
it is not working in second.jsp

Hi,
Which IDE are you using: NetBeans 6.0, or JSE 8.1?
Regards,
-Brad Mayer

Similar Messages

  • JSP page not rendering correctly for remote system

    I have a jsp page that has an HtmlGraphicImage component that gets set by a method in a java bean using
    image2.setUrl( imageFilename );
    When I run the application on my local system (my development system running Studio Creator) the page comes up on my web browser with the proper image.
    However, when I try to access the page from a remote PC, the page comes up okay with all the static components, but the image is blank. When I look at the page source on that browser, the image url is set to blank (i.e. nothing inside quotes).
    Any ideas why this image is rendered correctly on my local system and not remotely?

    <title>Home</home>Find the mistake!

  • How can I make the jsp pages not displayed by using the navigation class?

    I'm right now implementing a function on my program GUI . It's like whenever I click "STOP THE SERVER" button on the main page, I need those jsp pages relates to the server running to be not displayed, even by directly type in the URL(that's just stay in the main page), How can I do that? I heard that a navigation class might do it, but I'm not sure how. It might be great if some experts could help me!! Thanx a million !!
    Shannon

    See:
    * [[Removing the Search Helper Extension and Bing Bar]]
    You can use one of these extensions to adjust the default font size and page zoom on web pages:
    * Default FullZoom Level - https://addons.mozilla.org/firefox/addon/6965
    * NoSquint - https://addons.mozilla.org/firefox/addon/2592

  • JSP page not rendering in IE

    Hi,
    Here is a JSP page I'm working on for school:
    http://lectura.cs.arizona.edu:23456/main.jsp?section=login
    It renders fine in Mozilla, but I get a white page in IE. If you "view source" in IE, the code is there, and I have no idea why.
    I tried creating another simple jsp page and a simple html page, which are in the same directory:
    http://lectura.cs.arizona.edu:23456/index.jsp
    http://lectura.cs.arizona.edu:23456/hello.html
    Both show up in Mozilla, but not in IE.
    Thanks in advance for any help!

    <title>Home</home>Find the mistake!

  • JSP pages not working

    I installed Apache 2.0.47, JSDK 2.0, and JServ 1.1.2 and copied all my JSP files in the htdocs directory in the Apacche installed folder. When I accessed one of my JSP page using IE 6.0, the file contents are loading, not the page! what is wrong with me? where I have to copy the .class files?
    On replying for this doubt, you are doing a great job. Thank you.

    You probably have to do something special to tell Apache to forward servlet/JSP requests to JServ.
    I've done such a thing with Tomcat. Look at the docs for JServ to see what they expect you to do.
    Why JServ? Why not Tomcat? It's free, and there's lots of on-line docs and books to help you get started.
    It's obvious that you're just starting with servlets and JSPs, Sunil. Go download Tomcat, get a couple of good books, and start reading and programming. You're not going to get your project off the ground by posting ill-posed questions to these forums every time you run into difficulty. Just some advice. - MOD

  • Changes in jsp page not reflecting

    Hi,
    I have a requirement where I have to customize the self registration page in OIM, i.e.
    when a user enters uid, it should be checked for its availablity, that is if the user id is already present in OIM then we may suggest him a set a user ids from which he can select.
    For this, I am planning to have a button "Check UID availability" next to uid text field and then on clicking that button we may proceed with our functionality.
    To achieve the very first step, i.e. creating the button, i edited /tiles/tjspSelfRegistrationTiles.jsp and then created and replaced the old webapp.war file with the new one and then run patch_jboss.cmd file which builds the file successfully.
    But, the problem I am facing is that any changes made to this jsp are not being reflected.
    Any pointers to reflect the changes made in jsp would be helpful.

    Well, thats a strange case with JBoss. I never find these JSP's on the deploy directory. The approach which I follow in such cases is as follows:
    1) Take a back-up copy of XellerateFull.ear file from <OIM_HOME>\xellerate directory.
    2) Extract the contents fo this file to any temporary directory. This will contain a war file xlWebApp.war
    3) Extract the content of this file as well.
    4) Now you will be able to see all the JSP folders and struts xml etc.
    5) Update the required JSP.
    6) Bundle the xlWebApp.war file again.
    7) Bundle the XellerateFull.ear file again.
    8) Now since you have a complete ear file. Directly copy this to JBoss deploy directory. Overwrite the existing file:
    <JBossHome>\server\default\deploy\
    9) Restart the server.
    Now all the files would be visible in the directory location as mentioned by you.
    Thanks
    Sunny

  • JSP pages not displaying images in Jdeveloper

    HI
    I am using lot of images in the JSP page.But the JSP pages are not displaying images in Jdeveloper in Design preview.
    Do I need to install Apache for that?I have not installed Apache yet.
    If so then what are the configuration or settings I have to do in Jdeveloper for Apache.
    Thanks in Advance.
    Apps user

    Which JDeveloper version? where are the images stored? can you share the code you are using to show such an image?
    Try this - create a JSP page and drag an image from your desktop onto the JSP page - this will add the image to your project - does this work?

  • JSP pages not working on app server but works locally

    Hello,
    My application uses java, struts and jsps. When I try to access JSP page like http://appServer:7778/app/login.jsp, it says page not found exception. But when I access http://appServer:7778/app/login.do, it displays login.jsp page (success url for login action is login.jsp). How come I am not able to access jsp pages directly? Am I missing any settings?
    And when I run the application using embedded OC4J of Jdeveloper, I could access jsp pages directly.
    Thanks.

    The method getTextContent() is DOM Level 3, and was introduced with Java1.5
    Tomcat 5.5 runs on Java1.5, but by default uses the JDT compiler for JSPs, which is only Java1.4 compliant - might possibly be that.
    See the [url http://tomcat.apache.org/tomcat-5.5-doc/RELEASE-NOTES.txt] release notes and
    [url http://tomcat.apache.org/tomcat-5.5-doc/jasper-howto.html]how to fix (see the section on configuration)
    >
    The Java compiler from Eclipse JDT in included as the default compiler. It is an advanced Java compiler which will load all dependencies from the Tomcat class loader, which will help tremendously when compiling on large installations with tens of JARs. On fast servers, this will allow sub-second recompilation cycles for even large JSP pages. This new compiler will be updated to support the Java 5 syntax as soon as possible.
    Apache Ant, which was used in previous Tomcat releases, can be used instead instead of the new compiler by simply removing the common/lib/jasper-compiler-jdt.jar file, and placing the ant.jar file from the latest Ant distribution in the common/lib folder. If you do this, you also need to use the "javac" argument to catalina.sh.

  • Values on the jsp page not loading after refresh

    Hi All,
    I have a problem in getting the values back onto the jsp page after a refresh. After the first refresh i get null values.
    Let me know what i should use: is it 1. request 2. application or 3. session scope? I have to keep my application running for ever (as long as the server is running) refreshing every 3 minutes. So i used application scope but in vain.
    Also i am using requestDispatcher and forwarding the req,res. I came to know that this method has some problems if we use request attributes. Do i need to use a send.Redirect instead?
    Let me know the correct procedure.
    Thanks in advance.

    Gouri-Java wrote:
    Hi All,
    I have a problem in getting the values back onto the jsp page after a refresh. After the first refresh i get null values.
    Let me know what i should use: is it 1. request 2. application or 3. session scope? I have to keep my application running for ever (as long as the server is running) refreshing every 3 minutes. So i used application scope but in vain.
    Also i am using requestDispatcher and forwarding the req,res. I came to know that this method has some problems if we use request attributes. Do i need to use a send.Redirect instead?
    Let me know the correct procedure.
    Thanks in advance.r u forwarding request to same page. ?
    try using sendRedirect with URL rewriting:
    for eg .
    response.sendRedirect("/myPage.jsp?id="+idValue+"");
    and access id on page submit.
    as
    request.getParameter("id");
    This should work .
    Edited by: AmitChalwade123456 on Jan 6, 2009 7:10 AM

  • JSP page not refreshing in browser

    Everytime I edit a JSP file, and try to refresh the JSP in the browser, I don't get an updated version... just the original page that I viewed first. Anyone got a solution?
    I tried deleting the work directory under the %tomcatHome% directory, and that seems to work until I view the page, and tomcat creates this work directory again. So when I try to refresh the page, because the work folder is still there, the page does not get refreshed. Weird... any solutions? Thanks again.

    I'm not sure if your using Tomcat or not but if you are give this a try:
    The ROOT context is the default Web application in Tomcat, and is convenient to use when you first learning about servlets and JSP (although you'll use your own Web applications once you're more experienced). The default Web application is already enabled in Tomcat 3, Tomcat 4.0.1-4.0.3, and Tomcat 4.1. But, in Tomcat 4.0.4 it is disabled by default. To enable it, uncomment the following line in install_dir/conf/server.xml:
    <Context path="" docBase="ROOT" debug="0"/>
    Taken from: http://www.moreservlets.com/Using-Tomcat-4.html#Enable-Root-Context
    This will make the server request a new page every time, not recommended for production apps but for development it will make life easier.

  • In custom tag, trying to include JSP Page, not processing tags

    Now I have this in the correct forum!
    I am in a custom tag where one of my attributes (myIncludePage) is the name of another JSP file that I want to include. So, in my custom tag doStartTag() I have:
    out.println("<td>");
    pageContext.include(myIncludePage);
    out.println("</td>");
    The included page is rendered with the custom tags in it not processed (I see my tags in the generated HTML)
    How do I get the included page to be "processed"?
    Thanks in advance,
    Sam

    Sorry, wrong forum, should be in the JSP forum. Hope someone can still help!

  • In custom tag, trying to include JSP page, not processing JSP tags

    I am in a custom tag where one of my attributes (myIncludePage) is the name of another JSP file that I want to include. So in my custom tag doStartTag() I have:
    out.println("<td>");
    pageContext.include(myIncludePage);
    out.println("</td>");
    The included page is rendered with the custom tags in it not processed (I see my tags in the generated HTML)
    How do I get the included page to be "processed"
    Thanks in advance
    Sam

    Sorry, wrong forum, should be in the JSP forum. Hope someone can still help!

  • Why are JSP pages not being processed on iPlanet Web Server 4.1.

    JSP's have been enabled under the Servlets tab and the Path variables have been set on the Configure JRE/JDK page as recommended. Servlets are running but JSP's are NOT. Any ideas as to why JSP's are not running?

    Stephen,
    You need to install and point iWS to an external JDK as well.
    Try these instructions below and see if this works for you:
    1) Install your JDK. Make sure that all OS patches needed by the JDK are installed.
    2) Verify that the JDK installed correctly by going to /<JDK_INSTALLATION_HOME>/bin/java -version You should see version information if the bits are working properly.
    3) Install the webserver. When prompted to use the included JRE or to use an internal JDK, choose to use the internal JRE. DO NOT specify an external JDK during installation.
    4) Startup the Admin Server instance at /<server root>/https-admserv
    5) Access the Admin Server through the web interface.
    6) Go to Global Settings | Configure JRE/JDK Paths.
    7) Click on the JDK button and enter into JDK Path the path to the top level of your JDK path, ie /usr/jdk12205a. Leave the JDK Runtime Libpath and JDK Runtime Classpath field blank. Click OK, Save and Apply. If you encounter a problem when clicking OK, close out your browser and stop and start the https-admserv instance from the command line.
    8) Stop and start the Admin Server instance.
    9) Startup the webserver instance at /<server root>/https-<instance>
    10) Create a servlet directory under /<server root>/docs
    11) Copy HelloWorldServlet.class from /<server root>/plugins/samples/servlets/servlets/HelloWorld and place them      in your servlet directory.
    12) Copy HelloWorld.jsp from /<server root>/plugins/samples/servlets/jsp.092/HelloWorld and place them in your document root.
    13) Access your webserver as a client and hit the HelloWorld servlet using the URL      http://<myserver>/servlet/HelloWorldServlet
    14) Access your webserver as a client and hit the HelloWorld jsp using the url http://<myserver>/HelloWorld.jsp
    15) Your webserver is now running servlets using the JDK.
    Keep in mind: Do not specify the JDK path during the installation.

  • Changes made in jsp pages not showing in weblogic 92

    Hi:
    I am using Weblogic 92.
    I ran an ant script and it copy the ear file
    to the following directory.
    C:\bea92\user_projects\domains\Inquiry\autodeploy
    This should autodeploy the application but it doesn't seemed to show the changes I made.
    I also copy the ear file to the following directory:
    C:\bea92\user_projects\applications\Inquiry
    and
    C:\bea92\user_projects\applications\Inquiry\autodeploy
    The worst part is even if I delete the ear files in the above directory and when I restarted weblogic 92, in the admin console it still shows it and when I tried to delete it, it says the ear file was deploy autodeploy and you must delete it manually something like that.
    But I already deleted it manually but it still shows in the weblogic console. This is very frustrating.
    In weblogic 8.1 I didn't use autodeploy and I don't have any of these type of problems!!
    I also noticed that in the directory:
    C:\bea92\user_projects\domains\Inquiry\servers\AdminServer\stage\_appsdir_inquiry_ear
    it contains an old ear file.
    What are the directory I have to updated exactly with the new ear files for the changes to show up in the application?
    Any help would be greatly appreciated.
    Yours,
    Frustrated
    Edited by jadeite100 at 03/22/2007 3:38 PM

    Hi, Shonda, I can find "Main Mode" for my Jdeveloper 9.0.5.0.0 at
    Tools -> Embedded Oc4j Server settings -> Global -> JSP Container.
    If you can not find this parameter as above, can you use the index search for "Jsp container" or full text search for "embedded oc4j"?
    Anyway, I believe there is way to confirm / change this parameter. At a last resort, you might search for files that contains "main_mode" or "main mode", case ignored, so as to get a clue where this parameter is stored.
    I have been using 9.0.3 oc4j for some time. If the main_mode is recompile, any change of my jsps is always reflected immediately.

  • JSP page not displaying arabic fonts

    Am trying to pass data from html to jsp by post method.I have put meta tag windows-1256 charset in both the pages.
    <HEAD>
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=WINDOWS-1256 ">
    </HEAD>
    I have also tried putting <%@ page contentType="text/html; charset=UTF-8" %> as the first line in jsp , but nothing seems to be working .
    Am trying this with Netscape 6.2 browser.I have set the charset to Windows-1256 in the browser and have also tried with UTF-8 format.
    Can anyone help me on this .
    Thanks in advance.
    Siva

    If you wanna get reqest with special characters(arabic)
    you cant use GET method ->but POST!!!!
    This is standard:
    <form action="operator.jsp" method="POST" enctype="multipart/form-data" accept-charset="UTF-8">
    Now agent in your browser will send the same character liku you put into.This method is used when you upload files.
    Am trying to pass data from html to jsp by post
    method.I have put meta tag windows-1256 charset in
    both the pages.
    <HEAD>
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html;
    charset=WINDOWS-1256 ">
    </HEAD>
    I have also tried putting <%@ page
    contentType="text/html; charset=UTF-8" %> as the first
    line in jsp , but nothing seems to be working .
    Am trying this with Netscape 6.2 browser.I have set
    the charset to Windows-1256 in the browser and have
    also tried with UTF-8 format.
    Can anyone help me on this .
    Thanks in advance.
    Siva

Maybe you are looking for

  • Xorg + 3650 + fglrx...

    alright, this is seriously making me sad. if any of you lurk on irc youve probly argued with me once or twice in the past. so i was so unlucky i got an ati graphics card. my whole system is compatible, the only thing that refuses to work is xorg+fglr

  • Set current system date in a field on load of a page

    Hi APEX users, I read about a similar thread on the subject but I am just as confused. Simply I need assistance with the following: I have a page that has many fields and one of those fields is DATE_RESOLVED. This is a DATE Picker field but I want th

  • The zoom function is not working with lenovo A700 computer

    I have a lenovo A700 desktop computer with a touch screen interface. I recently downloaded the newest version of Firefox (4.0.1) and now the touch screen zoom in/out function with webpages is not working. This function is working with IE8 on the same

  • Why can I download and install all of the Oracle ATS products for free?

    Why can I download and install all of the Oracle ATS products for free?  When I installed, I was not prompted for any licenses or to purchase anything. I want to know why this is possible and if there are plans to charge for it in the future?

  • Unknown account at App Store

    I am using account named X. When I enter the App Store to run update for my program, it pop up another account named: [email protected], which would not be X, and that account is definitely not my account. I have reset the Iphone and the Apple ID Log