This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Servlets and the fly likes response.sendRedirect() not performing Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "response.sendRedirect() not performing" Watch "response.sendRedirect() not performing" New topic
Author

response.sendRedirect() not performing

Harish Kashyap
Ranch Hand

Joined: Jun 14, 2000
Posts: 118
when my jsp page is processed and the time it processes the sendRedirect() method then my browser says
Cannot find server or DNS Error
Internet Explorer
my jsp engine doesn't throw any exception
i checked each and every step
its processing whole jsp except the last line i write
response.sendRecirect(url)
and a funny thing
when i refresh the screen the page is again processed and redirected to the desired location.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: response.sendRedirect() not performing
 
Similar Threads
response.sendRedirect() not performing
redirecting problem.
IE hanging
Page not displaying
Validating my understanding of JSF