|
Advertisement
|
Forum posts by Dennis:1 page [ 1 ]
Posted in Java Answers Forum, Jan 13, 2003, 7:28 PM
Spelled response wrong in declaration. Duh.
Posted in Java Answers Forum, Jan 13, 2003, 7:02 PM
I'm having difficulty getting my servlet to compile. I get 2 errors - both "cannot resolve symbol" errors, both are for "variable response" which is not a variable. Can anyone help?Here's the code:import javax.servlet.*;import javax.servlet.http.*;import java.io.*;public class Survey extends HttpServlet { public void doPost(HttpServletRequest...
1 page [ 1 ]
|