Update of /var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/tree
In directory james.mmbase.org:/tmp/cvs-serv24703/tree
Modified Files:
TreeTag.java
Log Message:
removed getContextContainer on ContextCollector (it only return this)
See also:
http://cvs.mmbase.org/viewcvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/tree
Index: TreeTag.java
===================================================================
RCS file:
/var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/tree/TreeTag.java,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- TreeTag.java 29 Feb 2008 13:19:35 -0000 1.26
+++ TreeTag.java 15 Oct 2008 12:36:46 -0000 1.27
@@ -48,7 +48,7 @@
</pre>
* @author Michiel Meeuwissen
* @since MMBase-1.7
- * @version $Id: TreeTag.java,v 1.26 2008/02/29 13:19:35 michiel Exp $
+ * @version $Id: TreeTag.java,v 1.27 2008/10/15 12:36:46 michiel Exp $
*/
public class TreeTag extends AbstractNodeProviderTag implements TreeProvider,
QueryContainerReferrer {
private static final Logger log = Logging.getLoggerInstance(TreeTag.class);
@@ -139,7 +139,7 @@
// ContextProvider implementation
public ContextContainer getContextContainer() throws JspTagException {
if (collector == null) return
getContextProvider().getContextContainer(); // to make sure old-style
implemntation work (which do not initialize container)
- return collector.getContextContainer();
+ return collector;
}
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs