Tag Plugin Examples - <c:if>



Plugin Introductory Notes
Brief Instructions for Writing Plugins



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

Set the test result to a variable

The result of testing for (1==1) is: ${theTruth}

Conditionally execute the body

It's true that (2>0)! 48112: <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>