Update of /var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib
In directory james.mmbase.org:/tmp/cvs-serv5490
Modified Files:
ContextTag.java
Log Message:
MMB-1760
See also:
http://cvs.mmbase.org/viewcvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib
See also: http://www.mmbase.org/jira/browse/MMB-1760
Index: ContextTag.java
===================================================================
RCS file:
/var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/ContextTag.java,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -b -r1.93 -r1.94
--- ContextTag.java 13 Oct 2008 12:04:30 -0000 1.93
+++ ContextTag.java 29 Dec 2008 11:19:17 -0000 1.94
@@ -45,7 +45,7 @@
* </p>
*
* @author Michiel Meeuwissen
- * @version $Id: ContextTag.java,v 1.93 2008/10/13 12:04:30 michiel Exp $
+ * @version $Id: ContextTag.java,v 1.94 2008/12/29 11:19:17 michiel Exp $
* @see ImportTag
* @see WriteTag
*/
@@ -202,7 +202,7 @@
if (id == null) {
id = referid.getString(this);
}
- ContextContainer storedContainer = new
StandaloneContextContainer(id, container.getBacking().getOriginalMap());
+ ContextContainer storedContainer = new
StandaloneContextContainer(id, container.getBacking().getOriginalMap(),
container.getBacking().isELIgnored());
pageContext.setAttribute(id, storedContainer, s);
}
setCloudContext(getContextTag().cloudContext);
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs