Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Redirecting to a page

Status
Not open for further replies.

webmast

Programmer
Dec 21, 2001
57
IN
hi,
I'm validating the userid and password of a user and has to redirect the user to a search page if he's a valid user.
I tried out using
response.redirect("search.jsp");
but its giving compilation error

Method redirect(java.lang.String) not found in interface javax.servlet.http.HttpServletResponse.
response.redirect("search.jsp");

I'm using Tomcat for running the jsps.
Is there any alternatives??(its urgent)

Thanks in advance
webmast

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top