Update of /var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib
In directory james.mmbase.org:/tmp/cvs-serv8027
Modified Files:
AbstractNodeListTag.java FieldInfoTag.java NodeInfoTag.java
StringListTag.java
Log Message:
MMB-1705
See also:
http://cvs.mmbase.org/viewcvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib
See also: http://www.mmbase.org/jira/browse/MMB-1705
Index: AbstractNodeListTag.java
===================================================================
RCS file:
/var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/AbstractNodeListTag.java,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -b -r1.81 -r1.82
--- AbstractNodeListTag.java 17 Mar 2008 16:18:15 -0000 1.81
+++ AbstractNodeListTag.java 14 Aug 2008 13:59:34 -0000 1.82
@@ -29,7 +29,7 @@
* @author Kees Jongenburger
* @author Michiel Meeuwissen
* @author Pierre van Rooden
- * @version $Id: AbstractNodeListTag.java,v 1.81 2008/03/17 16:18:15 michiel
Exp $
+ * @version $Id: AbstractNodeListTag.java,v 1.82 2008/08/14 13:59:34 michiel
Exp $
*/
abstract public class AbstractNodeListTag extends AbstractNodeProviderTag
implements BodyTag, ListProvider {
@@ -240,6 +240,7 @@
}
return setReturnValues((BridgeList<Node>) o, true);
}
+ initTag();
return NOT_HANDLED;
}
Index: FieldInfoTag.java
===================================================================
RCS file:
/var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/FieldInfoTag.java,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -b -r1.111 -r1.112
--- FieldInfoTag.java 14 Aug 2008 11:24:15 -0000 1.111
+++ FieldInfoTag.java 14 Aug 2008 13:59:34 -0000 1.112
@@ -43,7 +43,7 @@
* @author Michiel Meeuwissen
* @author Jaco de Groot
* @author Gerard van de Looi
- * @version $Id: FieldInfoTag.java,v 1.111 2008/08/14 11:24:15 michiel Exp $
+ * @version $Id: FieldInfoTag.java,v 1.112 2008/08/14 13:59:34 michiel Exp $
*/
public class FieldInfoTag extends FieldReferrerTag implements Writer {
private static Logger log;
@@ -260,6 +260,7 @@
private FieldProvider fieldProvider;
public int doStartTag() throws JspTagException {
+ initTag();
findWriter(false); // just to call haveBody;
Node node = null;
Index: NodeInfoTag.java
===================================================================
RCS file:
/var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/NodeInfoTag.java,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- NodeInfoTag.java 14 Aug 2008 11:24:15 -0000 1.45
+++ NodeInfoTag.java 14 Aug 2008 13:59:34 -0000 1.46
@@ -25,7 +25,7 @@
* like what its nodemanager is.
*
* @author Michiel Meeuwissen
- * @version $Id: NodeInfoTag.java,v 1.45 2008/08/14 11:24:15 michiel Exp $
+ * @version $Id: NodeInfoTag.java,v 1.46 2008/08/14 13:59:34 michiel Exp $
*/
public class NodeInfoTag extends NodeReferrerTag implements Writer {
@@ -79,7 +79,7 @@
}
public int doStartTag() throws JspException{
- super.doStartTag();
+ initTag();
NodeManager nodeManager = null;
if (nodeManagerAtt == Attribute.NULL) { // living as NodeReferrer
Node node = getNode();
Index: StringListTag.java
===================================================================
RCS file:
/var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/StringListTag.java,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- StringListTag.java 14 Aug 2008 11:24:15 -0000 1.36
+++ StringListTag.java 14 Aug 2008 13:59:34 -0000 1.37
@@ -22,7 +22,7 @@
* This class makes a tag which can list strings.
*
* @author Michiel Meeuwissen
- * @version $Id: StringListTag.java,v 1.36 2008/08/14 11:24:15 michiel Exp $
+ * @version $Id: StringListTag.java,v 1.37 2008/08/14 13:59:34 michiel Exp $
* @since MMBase-1.7
*/
@@ -130,7 +130,7 @@
@SuppressWarnings("unchecked")
public int doStartTag() throws JspException{
- super.doStartTag();
+ initTag();
collector = new ContextCollector(getContextProvider());
varStatusName = (String) varStatus.getValue(this);
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs