when I try to validate this code:
<c:if test='${!empty param.con}'>
<c:import url="/content.jsp"/>
</c:if>
I become an Error:
According to TLD or attribute directive in tag file, attribute test does not accept
any expressions
does anyone know what's wrong and how to solve this problem.
I had the same problem. Read the following article:
"http://www.javaworld.com/javaworld/jw-02-2003/jw-0228-jstl.html". I had
to copy the *.tld files somewhere to the WEB-INF directory and add in
the web.xml file the <taglib> directives as described. The article
describes the two flavors of the JSTL library (see paragraph JSTL tag
libraries). I am using tomcat version 5.0.19 and 5.0.25 together with
the newest J2EE release. If you are using older releases the problem may
have its origin somewhere else.
Pedro
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]