Tim Funk schrieb:
Are you sure you want <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%> and not <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
-Tim
<c:if test="${true}">
<c:out value="this is JSTL :)" />
</c:if>
Strange. After changing to JSTL 1.1 taglib, that c:if thing above does not work anymore. Isn't ${true} correct here?
--
Grüße, Marcus
<http://www.Stormlight.de>
"Whatever you do will be insignificant, but it is very important that you do it." -- Gandhi
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]