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]
