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
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