dgraham 2002/10/26 17:29:53
Modified: src/share/org/apache/struts/taglib/tiles
ComponentConstants.java
Log:
changed COMPONENT_CONTEXT variable to specify full package to avoid
collisions with application variables.
Fixes bug #13853
Revision Changes Path
1.2 +4 -4
jakarta-struts/src/share/org/apache/struts/taglib/tiles/ComponentConstants.java
Index: ComponentConstants.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/tiles/ComponentConstants.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ComponentConstants.java 25 Jun 2002 03:16:30 -0000 1.1
+++ ComponentConstants.java 27 Oct 2002 00:29:53 -0000 1.2
@@ -72,7 +72,7 @@
public interface ComponentConstants {
/** Name used to store Tile/Component context */
- public static final String COMPONENT_CONTEXT = "CompContext";
+ public static final String COMPONENT_CONTEXT =
"org.apache.struts.taglib.tiles.CompContext";
public static final int COMPONENT_SCOPE = 8;
public static final String LOCALE_KEY = Action.LOCALE_KEY;
--
To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>