Update of /var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib
In directory james.mmbase.org:/tmp/cvs-serv19047
Modified Files:
ContextTag.java
Log Message:
protected a log.debug
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.95
retrieving revision 1.96
diff -u -b -r1.95 -r1.96
--- ContextTag.java 6 Mar 2009 09:51:27 -0000 1.95
+++ ContextTag.java 17 Apr 2009 15:42:13 -0000 1.96
@@ -45,7 +45,7 @@
* </p>
*
* @author Michiel Meeuwissen
- * @version $Id: ContextTag.java,v 1.95 2009/03/06 09:51:27 michiel Exp $
+ * @version $Id: ContextTag.java,v 1.96 2009/04/17 15:42:13 michiel Exp $
* @see ImportTag
* @see WriteTag
*/
@@ -172,7 +172,9 @@
throw new JspTagException("Found context var '" + o + "'
is not of type Context but of '" + o.getClass().getName());
}
container = (ContextContainer) o;
+ if (log.isDebugEnabled()) {
log.debug("Resetting parent of " + container + " to " +
getContextProvider().getContextContainer());
+ }
prevParent = container.getParent();
if (prevParent instanceof PageContextContainer) {
// if for some reason, the parent in the container is from
a different
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs