From 3fafdcdc3ef38d111bed321d1d73b92cf1fb9ea2 Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 11 Jul 2011 09:29:28 +0000 Subject: [PATCH] Reduce variable scope to reduce testing issues git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1145084 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/examples/jsp/tagplugin/if.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapps/examples/jsp/tagplugin/if.jsp b/webapps/examples/jsp/tagplugin/if.jsp index 005003948..6f32e9918 100644 --- a/webapps/examples/jsp/tagplugin/if.jsp +++ b/webapps/examples/jsp/tagplugin/if.jsp @@ -33,7 +33,7 @@ <%@ 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

-- 2.11.0