aspose file tools
The moose likes JSP and the fly likes IE address bar does not update using response.sendRedirect Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "IE address bar does not update using response.sendRedirect " Watch "IE address bar does not update using response.sendRedirect " New topic
Author

IE address bar does not update using response.sendRedirect

Fritz Largosa
Ranch Hand

Joined: Sep 12, 2005
Posts: 70
When I use response.sendRedirect(); to send user to another page IE does not change the address on its address bar even though it links to that other page. So basically if I am in site www.A.com and use sendRedirect to go to www.B.com, my address bar will show www.A.com but my page will be www.B.com's page. Is there a workaround for this one? I tried <jsp: forward page = "" /> but it is the same.

It is okay on Firefox, but IE just refuses to update its address bar.
[ April 07, 2006: Message edited by: Fritz Largosa ]
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56185
    
  13

Works fine for me. Your instance of IE must be having issues.

IE 6.0.2900


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: IE address bar does not update using response.sendRedirect
 
Similar Threads
session migration
How to link out on jsp
workers.property
Host alias in IIS and Resin 3
about enumeration of hashtable