Jeremy Ford [EMAIL PROTECTED]
From: Ralf Gronkowski <[EMAIL PROTECTED]> Reply-To: "Jetspeed Users List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: JSTL in JSPPortlet on Jetspeed 1.5 Date: Fri, 20 Aug 2004 12:29:59 +0200 (CEST)
Hi List,
I'm trying to use JSTL inside a JSP Portlet.
The following works perfectly in a plain JSP inside Tomcat.
---snip--- <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <c:set var="aVariable">aValue</c:set> <c:out value="${aVariable}"/> ---snap----
In a JSP Portlet just "${aVariable}" is returned instead of the expected "aValue".
I'm using Jetspeed 1.5 on Tomcat 5.0.24. I copied standard.jar and jstl jar to
/jetspeed/WEB-INF/lib. Adding a taglib element to web.xml of jetspeed and providing c.tld inthere has not changed a bit. Is there anything I'm missing here?
Many thanks for your help.
cheers gronk
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
_________________________________________________________________
Don�t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
