Hello,
I was trying to build a basic
JSF application in eclipse to be able to extend a simple framework whenever I would need it.
However, the JSPs I copied from my last webapp (they worked there) throw an exception when I load them.
I read several posts and this seems to be a problem with versions of JSTL libraries and JSF implementations (?)
I built a 2.5 dynamic web application with eclipse build 20090920-1017,
added Facets for JSF 1.2 (eclipse downloaded the Sun RI implementation) and
added the JSTL.jar and Standard.jar from the Jakarta Project, version 1.1.2
JSF and JSTL libraries are being exported and selected in the
Java EE Module dependencies.
The only page I created so far is the following:
users.jsp
The project was then built and deployed to Apache
Tomcat 6.0.20 with the following configs:
web.xml
faces-config.xml
When I start the server and open
http://localhost:8080/BaseWeb/faces/users.jsp I receive the exception output.
Can anyone please tell me what the problem is with my mess?
Thank you for your help
Robert