The package javax.el is part of JavaEE 5, so I suppose you're using JSTL
1.2 here. Either you upgrade to Weblogic 10, or you downgrade to JSTL
1.1. Definitely not a problem with Tiles, however.
Hope this helps
Nick
De Bakker, Bjorn a écrit :
I've configured Weblogic to use the Sun JVM instead of Rocket, and now I get
this error:
java.lang.NoClassDefFoundError: javax/el/ValueExpression
at
org.apache.taglibs.standard.tag.common.core.SetSupport.doEndTag(SetSupport.java:126)
Which library do I need to add as a dependency to resolve this issue?