I'm developing a simple login/logout application with JSF 2.0, GlassFish 3, Eclipse IDE. For some reason I need to implement a filter.
When I'm trying to import the necessary classes I get the following eclipse error:
The import javax.servlet cannot be resolved
I was under the impression that javax packages are included in JDK.
Note: I created a new project without the JSF settings and the import works just fine.