The previous URL is displayed when i click on a link, button...

I am using netbeans 5.5.
Let's say i have a webiste
.../page1.jsp
When i click on a button in page1.jsp to go to page page2.jsp. It correctly goes to page2.jsp but the url still shows .../page1.jsp. So when i reload the page, it goes back to page 1.
I use "Page Navigation" to go from one page to the next.
How can i fix this?

Hi,
What exactly do you mean how to fix the problem??? URL indicates the origin of the page you are displaying. You can control which page you want to be displayed when using page navigation and editing (if necessary) return statements in your code.
dr. am. mohan rao

Similar Messages

  • Why The previous URL is displayed when i click a link

    Hi,
    Iam using netbeans with visual web pack to develop some web application.
    When i click a link, let's say from home to stock, the correct page (stock.jsp) is displayed but the url still shows the homepage.
    Could you please explain me how to fix this?
    Thank you.

    Winston answers your question in this blog entry: http://blogs.sun.com/winston/entry/relative_url_problems_forward_vs

  • I cannot find a way to sort the bookmark folders themselves alphabetically by name.I am not talking about in a view mode but in the way they are displayed when I click on my bookmarks tab. Can someone explain to me how to accomplish this.

    I have a lot of various book mark folders with websites contained within each folder. I am able to sort the websites within each folder alphabetically by name but I cannot find a way to sort the bookmark folders themselves alphabetically by name.I am not talking about in a view mode but in the way they are displayed when I click on my bookmarks tab. Can someone explain to me how to accomplish this other than manually dragging them as this is extremely hard for me due to the fact that I am a quadriplegic with limited hand movement dexterity

    Bookmark folders that you created are in the Bookmarks Menu folder. "Sort" that folder.
    http://kb.mozillazine.org/Sorting_bookmarks_alphabetically

  • How to retive the data from ALV display when checkbox clicked

    HI.....
    suppose i have a ALV list with 3 fields and checkbox attached with it.Now if i click any of the checkbox i want to retrieve the data from a particular field from one of the 3 fields.How shal i do that....
    Kind Regards.

    hi
    use the  field catalog property wa_fcat-hotspot = 'X' and then
    in in list display
    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
          EXPORTING
            i_callback_program       = g_repid
            i_callback_pf_status_set = 'PFTEST'
    i_callback_user_command  = 'USER_COMMAND_ALV
            is_layout                = l_layout
            it_fieldcat              = it_fcat[]
          TABLES
            t_outtab                 = it_outtab[]
          EXCEPTIONS
            program_error            = 1
            OTHERS                   = 2.
        IF sy-subrc <> 0.
    FORM user_command_alv USING r_ucomm     LIKE sy-ucomm
                                rs_selfield TYPE slis_selfield.
      DATA: l_index      LIKE sy-tabix.
      DATA: l_belnr      TYPE rbkp-belnr.
      DATA: l_gjahr      TYPE rbkp-gjahr.
      DATA: l_awkey      TYPE bkpf-awkey.
      DATA: lwa_bkpf TYPE bkpf.
      CLEAR g_flag.
      IF r_ucomm EQ 'CREATESO'.
        REFRESH it_outsel[].
        LOOP AT it_outtab INTO wa_outtab.
          IF wa_outtab-check = 'X'.
    delete and put in new itab.
          ENDIF.
          CLEAR wa_outtab.
        ENDLOOP.
    shiva

  • How do I prevent Firefox from automatically placing me in the tab that is created when I click on a link?

    For example, sometimes I want to open all the links in a "Google Alerts" email in new tabs BEFORE I look at any of them. By default, I have to keep clicking back to the original email after I click each URL. I want to be able to open multiple links in new tabs without being automatically placed into each tab after every click. I know I can right click and say "open in new tab" but I want to just be able to click on the link.

    Are that regular links or are they handled by JavaScript ?
    There are three prefs, accessible via the about:config page, to control the focus if you click a link.
    *browser.tabs.loadInBackground (normal links; also Via Options > Tabs)
    *browser.tabs.loadDivertedInBackground (javascript)
    *browser.tabs.loadBookmarksInBackground (bookmarks and searchbar)
    See also http://kb.mozillazine.org/about%3Aconfig_entries

  • Hi, problem occurs when I'm clicking a button or a new url on the current site. For instance, when i clicked that "Ask This" button on this web site, It redirects me to the default homepage. I cant go back and I'm losing the previous web site HELP PLEASE!

    Hi, problem occurs when I'm clicking a button or a new url on the current site. For instance, when i clicked that "Ask This" button on this web site, It redirects me to the default homepage. I cant go back and I'm losing the previous web site HELP PLEASE!

    Try the Firefox SafeMode. <br />
    ''A troubleshooting mode, which disables most Add-ons.'' <br />
    ''(If you're not using it, switch to the Default Theme.)''
    # You can open the Firefox 4.0 SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut.
    # Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shft key) to open it again.''
    If it is good in the Firefox SafeMode, your problem is probably caused by an extension, and you need to figure out which one. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • I used a code i got with my moive to download the itunes version and i was watching the itunes extras, but now when i click on "play itunes extras" it plays the audio but the only thing it displays is the first frame (the movie is catching fire)

    i used a code i got with my moive to download the itunes version and i was watching the itunes extras, but now when i click on "play itunes extras" it plays the audio but the only thing it displays is the first frame (the movie is catching fire) i deleted the movie and reinstalled from my icloud backup and it still does the same thing. The actual movie works fine, its just the itunes extras

    Hi there MickeyDresaj,
    You may find the troubleshooting steps in the article below helpful.
    Troubleshooting iTunes for Windows Vista or Windows 7 video playback performance issues
    http://support.apple.com/kb/ts1718
    -Griff W. 

  • Frequently, when I click on a link, try to return to the previous screen or close a tab, an option box comes up that requires a choice rather than simply doing whatever was originally requested. How can these option boxes be prevented?

    Frequently, when I click on a link, an option box will pop up asking whether to open in a new tab or new window and several other options, rather than simply opening in the same window or tab. When I try to return to the previous screen, it often will not let me, or provides options that I do not want. When I try to close a tab, an option box comes up that has several choices that I do not want and "close tab" at the bottom of the box. How to prevent these option boxes from popping up?

    Turn of JavaScript. These are "per site" and generated by the site. They are not the normal function of the browser. This usually occurs on attack sites. I'd stay away from them.
    The only "trusted" site I ever saw do something like this is Google, which asks me if I'm sure I want to close the tab that has their search results. I really pisses me off, but I have yet to find a way to stop it.
    It is certainly bad coding behavior on the part of whomever designed the site. When a user clicks an action, it should be presumed, unless the action is potentially very destructive, that they intended to perform that action. A UI should never incessantly second guess the intentions of a user.

  • I am trying to download a font I've purchased previously (in 2006), but when I click the Download link in My Orders, I get a message that I have no downloads. How do I download a font I've already paid for?

    I am trying to download a font I've purchased previously (in 2006), but when I click the Download link in My Orders, I get a message that I have no downloads. How do I download a font I've already paid for?

    Ericsvaren please make sure the date range selected is sufficient to include the order for your font.  I would also encourage you to make a local back up in case you need the font again in the future.  You can find more information on how to download purchased software and fonts at Find a download link on Adobe.com.

  • HT4314 In the Game Center app itself, when I click the "Games" tab, nothing displays despite the fact that I have tons of Game Center games currently downloaded and played on my iPhone. It was working a few weeks ago, but suddenly stopped displaying a lis

    In the actual game center app, when i click on the "games" tab, nothing displays. It should display my games and achievements- however, it doesn't. Any advice or help?

    Yeah, it seems to be a problem. I've been runing about trying to solve it until I found your posts. See mine here:
    https://discussions.apple.com/thread/3938126?tstart=0
    and here are some more people reporting the same thing
    https://discussions.apple.com/message/18376511#18376511

  • When I click on a link that is in an email 2 Firefox windows open, one with the link url and one with my homepage.

    Since the last time Firefox updated itself ,,, when I click on a link in an email I've recieved 2 windows open. One is my Google homepage and the other is the link url site.
    == This happened ==
    Every time Firefox opened
    == a link in an email is clicked.

    See [https://bugzilla.mozilla.org/show_bug.cgi?id=531552 Bug 531552] - Firefox 3.6b opens two windows when opening external links
    '(please do not comment in bug reports)'

  • Firefox allows me to add some pages as bookmarks and not others. For pages that don't work: when I click the star, it turns blue when I click, then goes back to being empty.

    Last night I finally sat down to learn how to use Bookmarks. I had no problem creating and organizing bookmarks, but there are some pages that I cannot bookmark. One, for example, is the Gmail log-in page, which I use multiple times a day. I type in www.gmail.com, which routes me to a longer URL and the log-in page. When I click the star to make this page a bookmark, it won't work. I've also tried using the menu option "Bookmark This Page," which also doesn't work for this website. It's seems to be hit and miss as to when Firefox will allow me to bookmark a page and when it won't. I've had no problem adding many other pages; it just seems that with a handful of them I run into this issue.
    I've tried closing Firefox and re-opening, which doesn't help, but that is about the extent of my troubleshooting attempts. This problem has been an issue for me for a couple of years and through several versions of Firefox. (I think I am currently running the most recent version.) It actually led me to believe early on that either Firefox Bookmarks didn't work or I just didn't have the time to figure it out. So since I've been using Firefox I have been repeatedly typing the names of my most frequented sites. I finally took time to sit down with it again last night and have found that Bookmarks will be a huge help. If I could only get ALL of my favorite pages to work...

    None of the stuff in " http://kb.mozillazine.org/Locked_or_damaged_places.sqlite " helps. I have tried and tried and I have even wipe the computer clean still didn't help. I got the same problem as he/she has got in the first posted. Can add some web pages but not all the web pages I want.. I should have never updated to 3.6.13... That's when it all started for me, from that version..... Now Version 3.6.14 is out, I was hoping the version 3.6.14 might would fix the problem wrong again....
    Funny thing is i can not even Bookmark Firefox.com!!!!!...lol
    So any ideas on how to fix it other than the link giving would help.
    Thanks.

  • When I click on a link within a Web page, Firefox just spins until I reload the new page.

    When I enter a new URL or select a bookmark, Firefox loads the page promptly. When I click on a link within that page to go to another page, the Firefox tab green spinner often just spins and spins. It either takes a very long time to load (2 or more minutes), or never finishes loading. It's usually a greater problem when I "Open a link in a new tab". I can usually make the new page appear by reloading, either clicking the red X and the circular arrow, or Ctrl-F5, etc.

    Try the Firefox SafeMode to see how it works there. <br />
    ''A troubleshooting mode, which disables most Add-ons.'' <br />
    ''(If you're not using it, switch to the Default Theme.)''
    * You can open the Firefox 4/5/6/7 SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''Don't select anything right now, just use "Continue in SafeMode."''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shft key) to open it again.''
    If it is good in the Firefox SafeMode, your problem is probably caused by an extension, and you need to figure out which one. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • When i click on edit link a popup has to open and i have to show the inform

    Hi all,
    i have an arraylist with instances of Sectionbean.java class.
    I created a panelgroup layout to display all the variable inside Sectionbean.java class. and a link called "edit".
    i kept this panelgrouplayout as a child for iterator .
    out put is like this
    1 aaaa abc edit
    2 bbb abc edit
    3 ccc abc edit
    I am getting all the values and rendering in the ui properly like above.
    here when i click on edit link a popup has to open and i have to show the information related to the selected edit link in that row.
    can anyone give me suggistion that how to sove this .

    in the command link.. create a clientAttribute settign the value.. and use it in the popup using the source
    <af:commandLink id="cl2">
    <af:outputText value="#{row.Title}"
    id="outputText1"/>
    <af:clientAttribute name="title"
    value="#{row.Title}"/>
    <af:showPopupBehavior popupId="::p1"/>
    </af:commandLink>
    <af:popup id="p1" contentDelivery="lazyUncached" eventContext="launcher"
    launcherVar="source">
    <af:dialog id="d1" type="ok" title="Popup" contentWidth="300"
    contentHeight="200">
    <af:panelGroupLayout id="pgl4" layout="vertical">
    </af:panelGroupLayout>
    </af:dialog>
    <af:setPropertyListener from="#{source.attributes.Title}"
    to="#{pageFlowScope.Bean.contentId}"
    type="popupFetch"/>
    </af:popup>
    here the client attribute is set with the row.Title and later in the popup we are fetching the same using.. source.attributes.Title

  • I deleted firefox because of malware; I want to reload it, windows or explorer blocks it before begins; I tried the forum, but when I click on a link I get spammed: I am using Trend Micro Titatanium, but it doesn't seem to be working, can you help me?

    I deleted firefox because of malware;I want to reload it but windows or explorer blocks it. I tried the forum but when I click on a link I get spammed. Can you help?

    You are not addressing Apple here. We are all just users like yourself
    lost/stolen                                     
    No app on the iOS device is required.                           
    - If you previously turned on FIndMyiPod/iPhone/iPad on the iOS device in Settings>iCloud and wifi is on and connected or cellular data is on and connected for, on a computer browser go to iCloud: Find My iPhone, sign in and go to FIndMyiPhone. If the iPod has been restored it will never show up or continue to show off-line.
    - You can also wipe/erase the iOS device and have the device play a sound via iCloud.
    iCloud: Erase your device
    iCloud: Use Lost Mode
    - If not shown, then you will have to use the old fashioned way, like if you lost a wallet or purse.
    - Change the passwords for all accounts used on the device and report to police and carrier if iPhone or cellular iPad
    - There is no way to prevent someone from restoring the erase (it erases it) using it unless you had iOS 7 or later on the device. With iOS 7 or later, one has to enter the Apple ID and password to restore the device.
    - Apple will do nothing without a court order                                               
    Reporting a lost or stolen Apple product                                              
    - iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number

Maybe you are looking for

  • XML to display image from userDirectory

    Hi All, I've been racking my brain for weeks now trying to work out how to do the following. I can do some of it in Flash and some of in Flex, but I can't do it all in Flex which is frustrating. In a nutshell, I want to create an Air App that will al

  • Contacts do not sync between Windows7 PC and iPad 2 and iPhone 4

    Hi, I have installed iCloud on my PC, ipad 2 and iPhone 4s and until 2 weeks back, all the data used to sync seamlessly between all the three devices. However, since last two weeks, my iPad2 and iPhone 4s does sync contacts, photos,etc between each o

  • UWCMail Channel Does Not Open Message in Communications Express

    Hello, Our Communications Express Mail channel is not working as expected. When the user selects a mail message within the channel, a Communications Express window is opened, but the user's entire Inbox is shown, rather than the message they selected

  • Assembly and C

    I'm trying to learn a little bit about assembly and such, so I made a multi-language program to figure out a little bit. It's very simplistic, but it accomplished what I want for the most part. Here is what I wrote mix_asm.asm: section .data new_line

  • HELP CHANGE PASS IN FORMS NOT ORACLE PASSWORD

    HELP MAM/SIR newbie me I created table password and username password="emp" username="enter" iwant to put change password.. put two text item.." oldpassword" and "newpassword" then 1 button what would be the code for this change item plz help newbie