Author: remy.maucherat(a)jboss.com
Date: 2009-08-31 11:10:49 -0400 (Mon, 31 Aug 2009)
New Revision: 1151
Modified:
trunk/java/org/apache/jasper/compiler/PageInfo.java
Log:
- Fix oops (when using a tei, I think).
Modified: trunk/java/org/apache/jasper/compiler/PageInfo.java
===================================================================
--- trunk/java/org/apache/jasper/compiler/PageInfo.java 2009-08-31 15:10:14 UTC (rev
1150)
+++ trunk/java/org/apache/jasper/compiler/PageInfo.java 2009-08-31 15:10:49 UTC (rev
1151)
@@ -101,6 +101,7 @@
this.jspFile = jspFile;
this.beanRepository = beanRepository;
+ this.varInfoNames = new HashSet<String>();
this.taglibsMap = new HashMap();
this.jspPrefixMapper = new HashMap();
this.xmlPrefixMapper = new HashMap();
Show replies by date