Posted By:
Rodrigo_Costa
Posted On:
Tuesday, May 14, 2002 08:22 AM
When I compile Constants.java, no problems, but when I compile LogonForm.java show this errors LogonForm.java:65: package javax.servlet.http does not exist import javax.servlet.http.HttpServletRequest; ^ LogonForm.java:158: cannot resolve symbol symbol : class HttpServletRequest location: class app.LogonForm public void reset(ActionMapping mapping, HttpServletRequest request) { ^ LogonForm.java:177: cannot resolve symbol symbol : class HttpServletRequest location: class app.LogonForm HttpServletRequest request) { ^ there is import of javax... in LogonForm.java, but not in Constants.java, someone can help me please?
More>>
When I compile Constants.java, no problems, but when I compile LogonForm.java show this errors
LogonForm.java:65: package javax.servlet.http does not exist
import javax.servlet.http.HttpServletRequest;
^
LogonForm.java:158: cannot resolve symbol
symbol : class HttpServletRequest
location: class app.LogonForm
public void reset(ActionMapping mapping, HttpServletRequest request) {
^
LogonForm.java:177: cannot resolve symbol
symbol : class HttpServletRequest
location: class app.LogonForm
HttpServletRequest request) {
^
there is import of javax... in LogonForm.java, but not in Constants.java, someone can help me please?
<<Less