tags:

views:

591

answers:

2

I got this error:

cannot access javax.el.ELContext
class file for javax.el.ELContext not found

I'm using Tomcat 6.0.20 and Mojarra JSF 1.2_13-b01-FCS. What class am I missing? Please help.

+1  A: 

This class is present in the jsp-api.jar and el-api.jar. But it is included in Tomcat, so if you have added one of the two above jars on your classpath - remove them.

Bozho
A: 

i need it ELContext eLContext and Method Expression me to bind my component of Menu...So if these two jar if not be in Classpath than how can u get the object of both the two....... Same problem i have if i remove the both jar file from my classpath than it works ok however i need the object of two defined above

Ankur
Welcome at Stackoverflow! Please post questions as questions, not as answers. You can find the `Ask Question` button at the right top. Feel free to include topics/answers which you found but didn't help in solving the problem. Good luck.
BalusC