| Author |
error while running jsf application
|
swapnel surade
Ranch Hand
Joined: Mar 05, 2009
Posts: 129
|
|
Hello,
I'm trying to create small jsf application but when i try to run it. I'm getting following error
java.lang.ClassNotFoundException: javax.servlet.jsp.jstl.core.Config
Please let me know how to resolve this issue
I'm using below jars for implementation.
jsf-impl-2.1.1-b04.jar
jsf-api-2.1.1-b04.jar
|
 |
swapnel surade
Ranch Hand
Joined: Mar 05, 2009
Posts: 129
|
|
its solved !!!
I've added the jstl.jar
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14456
|
|
I spend a lot of time here counseling people to not code JSTL on JSF.
But ironically, the jstl jar is REQUIRED to run JSF in certain configurations even though no actual JSTL is (or at least should be!) coded by the devloper.
Go figure.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: error while running jsf application
|
|
|