Hi Gurus
 
My Servlet pgm has the foll code
 
String s1=res.encodeRedirectURL("http://localhost:8080/ContactsTableFst.shtml");
res.sendRedirect(s1);
 
And the compiler gives the foll err
 
DispClients.java:47: Method encodeRedirectURL(java.lang.String) not found in interface javax.servlet.http.HttpServletResponse.
        String s1=res.encodeRedirectURL("http://localhost:8080/ContactsTableFst.shtml");
 
 
pls guide me
 
Thanks in advance
Sen
                                                             ^

Reply via email to