Re: wants org.apache.taglibs.standard.tag.el.core.ForEachTag instead of org.apache.taglibs.standard.tag.core.ForEachTag (ie no .el.)

2003-08-14 Thread Kris Schneider
Since you must be running under JSP1.2, remove the taglib elements from web.xml, remove the TLD files from WEB-INF, and then use: %@ taglib prefix=c uri=http://java.sun.com/jstl/core; % %@ taglib prefix=html uri=http://jakarta.apache.org/struts/tags-html; % If you want html-el, use: %@ taglib

Re: wants org.apache.taglibs.standard.tag.el.core.ForEachTag instead of org.apache.taglibs.standard.tag.core.ForEachTag (ie no .el.)

2003-08-14 Thread David Thielen
never mind - Original Message - From: David Thielen [EMAIL PROTECTED] To: Struts-Users [EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 12:00 PM Subject: wants org.apache.taglibs.standard.tag.el.core.ForEachTag instead of org.apache.taglibs.standard.tag.core.ForEachTag (ie no .el.) Hi

wants org.apache.taglibs.standard.tag.el.core.ForEachTag instead of org.apache.taglibs.standard.tag.core.ForEachTag (ie no .el.)

2003-08-14 Thread David Thielen
Hi; If I have the following in the top of my jsp file: %@ taglib prefix=c uri=http://java.sun.com/jstl/core% %@ taglib prefix=html uri=/tags/struts-html% And this in my web.xml file: taglib taglib-urihttp://java.sun.com/jstl/core/taglib-uri taglib-location/WEB-INF/c.tld/taglib-location