I believe you'll need to make your web.xml use the Servlet 2.4 schema.

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Friday, September 09, 2005 3:22 AM
> To: taglibs-user@jakarta.apache.org
> Subject: Problems using Taglibs 1.1: c:out
> 
> 
> 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]
> 
> 

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

Reply via email to