Update of /var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib
In directory james.mmbase.org:/tmp/cvs-serv31955
Modified Files:
Tag: MMBase-1_8
ContextTag.java
Log Message:
rolled back accidental check in
See also:
http://cvs.mmbase.org/viewcvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib
Index: ContextTag.java
===================================================================
RCS file:
/var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/ContextTag.java,v
retrieving revision 1.87.2.4
retrieving revision 1.87.2.5
diff -u -b -r1.87.2.4 -r1.87.2.5
--- ContextTag.java 26 Nov 2008 14:08:02 -0000 1.87.2.4
+++ ContextTag.java 26 Nov 2008 14:14:15 -0000 1.87.2.5
@@ -45,7 +45,7 @@
* </p>
*
* @author Michiel Meeuwissen
- * @version $Id: ContextTag.java,v 1.87.2.4 2008/11/26 14:08:02 michiel Exp $
+ * @version $Id: ContextTag.java,v 1.87.2.5 2008/11/26 14:14:15 michiel Exp $
* @see ImportTag
* @see WriteTag
*/
@@ -193,10 +193,9 @@
if (id == null) {
id = referid.getString(this);
}
- ContextContainer storedContainer = new
StandaloneContextContainer(null, id, null);
- storedContainer.getBacking().putAll(container.getBacking());
- log.info("Storing " + storedContainer.getBacking());
- pageContext.setAttribute(id, storedContainer, s);
+ //ContextContainer storedContainer = new
StandaloneContextContainer(null, id, null);
+ //storedContainer.getBacking().putAll(container.getBacking());
+ pageContext.setAttribute(id, container, s);
}
setCloudContext(getContextTag().cloudContext);
if (getId() != null) {
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs