problem with response.sendRedirect()
843840Oct 15 2007 — edited Oct 15 2007Hi..
when i click on the submit button on my page..i have invoked a servlet...
and now i do some db processings and i should redirect to a url...
my servlet is under the context ... http://localhost:7001/abc/login/servlet..
and now when i do a response.sendRedirect("www.google.com")...i dont get that page...
instead my context would now be http://localhost:7001/abc/login/www.google.com...
can you give me an idea of how to get to www.google.com...
TIA