2007/6/21, Dave Newton <[EMAIL PROTECTED]>:
--- GEDA <[EMAIL PROTECTED]> wrote: > Besides the one in the WEB-INF/lib ... I am not > using any other plugin. And no, I don't have the JSF > plugin because I am not using JSF in my project. I guess I was more asking "what's in your WEB-INF/lib as compared to what your project is actually using". Somehow you've introduced a library dependency.
Mmm... probably a dependency to jsp-api.jar (version 2.0) while your container supports 2.1. If you have jsp-api.jar in your WEB-INF/lib, then remove it. Antonio