RE: attribute test does not accept any expressions

2005-04-12 Thread Karl Coleman
I've seen this error when I accidentally mix and match JSTL versions, which it looks like you are doing. You are using the JSP 2.0 jar but JSP 1.2 definition. You uri should be http://java.sun.com/jsp/jstl/core. Also, what version of web.xml are you using? 2.3 or 2.4? 2.3 is JSP 1.2. 2.4 is JSP

attribute test does not accept any expressions

2005-04-12 Thread PGibbonsX
Hi There, hope you can help me. i'm using java version "1.4.2", tomcat 5.0.28 with jakarta-taglibs-standard-1.1.0-B1 and i'm getting the following error from my jsp page: org.apache.jasper.JasperException: /non_retail_numchk.jsp(47,1) According to TLD or attribute directive in tag file, at

taglibs problem within war file

2005-04-12 Thread PGibbonsX
Hi There, i have a strange problem. I have created a jsp page which uses tag libs, and this works fine. However, when i place the web app in a war file, the tag libs dont seem to work. ie example jsp page code: <%@ taglib prefix="c" uri="_http://java.sun.com/jsp/jstl/core_ (http://java.s