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.
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.
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.
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