Hi,

i'm new to jstl: i downloaded jakarta-taglibs-standard-1.1.2 and copied
jstl.jar and
standard.jar in the web-inf directory of my web-application (i'm using
tomcat 5.0.19). i tried the following code-example:

<%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %>

<c:forEach var='item' begin='5' end='10'>

value = <c:out value='${item}'/><br>

</c:forEach>

this example results in the - for me - unexpected output:

value = ${item}
value = ${item}
value = ${item}
value = ${item}
value = ${item}
value = ${item}

i have no idea what's here going wrong. any help would be appreciated,

michael winkler
austria




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to