Return-Path: Delivered-To: apmail-tiles-users-archive@locus.apache.org Received: (qmail 79759 invoked from network); 13 Oct 2008 08:10:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Oct 2008 08:10:53 -0000 Received: (qmail 22481 invoked by uid 500); 13 Oct 2008 08:10:53 -0000 Delivered-To: apmail-tiles-users-archive@tiles.apache.org Received: (qmail 22360 invoked by uid 500); 13 Oct 2008 08:10:53 -0000 Mailing-List: contact users-help@tiles.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@tiles.apache.org Delivered-To: mailing list users@tiles.apache.org Received: (qmail 22349 invoked by uid 99); 13 Oct 2008 08:10:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Oct 2008 01:10:53 -0700 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of mail@nlebas.net does not designate 80.12.242.152 as permitted sender) Received: from [80.12.242.152] (HELO smtp2f.orange.fr) (80.12.242.152) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Oct 2008 08:09:47 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2f16.orange.fr (SMTP Server) with ESMTP id D3B977000081 for ; Mon, 13 Oct 2008 10:10:12 +0200 (CEST) Received: from [192.168.0.75] (ATuileries-152-1-26-187.w82-123.abo.wanadoo.fr [82.123.54.187]) by mwinf2f16.orange.fr (SMTP Server) with ESMTP id B28BD700008A for ; Mon, 13 Oct 2008 10:10:12 +0200 (CEST) X-ME-UUID: 20081013081012731.B28BD700008A@mwinf2f16.orange.fr Message-ID: <48F30364.3080405@nlebas.net> Date: Mon, 13 Oct 2008 10:14:28 +0200 From: Nicolas LE BAS User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: users@tiles.apache.org Subject: Re: Problem with JSTL, c:set References: <6D5A17BA296710439495D536303041301B041F@lexexcu00.gs.acs-inc.com> ,<48F052D6.6080802@nlebas.net> <48853F2F86DB5E458CB3387CDA30A48D54231324D0@ORDVMEXCHANGE01.ordina.belgium> In-Reply-To: <48853F2F86DB5E458CB3387CDA30A48D54231324D0@ORDVMEXCHANGE01.ordina.belgium> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org 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? > >