I feel your pain. I found a reference to your problem on http://www.coderanch.com/t/214707/JSF/java/javax-el-package. Basically it looks like the web app your using does not support Servlet 2.5/JSP 2.1. If you use something newer like Tomcat 6 the library should be available. Hope this helps.
Jim