<%-- Declare the core library --%> <%@ taglib uri="/WEB-INF/tld/c.tld" prefix="c" %> <%-- Simple conditions --%> <c: test='${param.p == "someValue"}'> Generate this template text p equals someValue </c:> <c: test='${param.p}'> Generate this template text p equals "true" </c:>