[opencms-dev] Preventing TLD error !

Olivier Camus olivier.camus at steria.com
Thu Jan 31 14:16:17 CET 2008


Hi all !

Just a little word on a frequently encountered error (when I try to
install an "old" module) :

According to TLD or attribute directive in tag file, attribute test does
not accept any expressions

In order to prevent this kind of error which is raised when we use the
jstl lib, in our jsp, replace this directive :

<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>

by this one :

<%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core' %>

@++



More information about the opencms-dev mailing list