Re: c:forEach problem

2007-04-19 Thread Andre Prasetya
the correct JSTL1.1 URI with as JSP2.0 container (prefered way): JSTL1.0 for Tomcat 4 (Servlet2.3 / JSP1.2) JSTL1.1 for Tomcat 5 (Servlet2.4/ JSP2.0) /franzR zitiere wer=Andre Prasetya Hi i m new to jsp and jstl. i m using tomcat 5.5, and standard.jar my taglib declaration is %@ taglib

Re: c:forEach problem

2007-04-19 Thread Andre Prasetya
): JSTL1.0 for Tomcat 4 (Servlet2.3 / JSP1.2) JSTL1.1 for Tomcat 5 (Servlet2.4/ JSP2.0) /franzR zitiere wer=Andre Prasetya Hi i m new to jsp and jstl. i m using tomcat 5.5, and standard.jar my taglib declaration is %@ taglib prefix=c uri=http://java.sun.com/jstl/core; % the code

c:forEach problem

2007-04-18 Thread Andre Prasetya
Hi i m new to jsp and jstl. i m using tomcat 5.5, and standard.jar my taglib declaration is %@ taglib prefix=c uri=http://java.sun.com/jstl/core; % the code that is in problem is c:forEach var=prod items=${model.products} ${prod.products} i${prod.price}/ibr/br/ /c:forEach the model