From: markt Date: Mon, 11 Jul 2011 09:29:28 +0000 (+0000) Subject: Reduce variable scope to reduce testing issues X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=3fafdcdc3ef38d111bed321d1d73b92cf1fb9ea2;p=tomcat7.0 Reduce variable scope to reduce testing issues git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1145084 13f79535-47bb-0310-9956-ffa450edef68 --- 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