Update of 
/var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/typehandler
In directory james.mmbase.org:/tmp/cvs-serv6058

Modified Files:
        AbstractTypeHandler.java 
Log Message:
node can be null there


See also: 
http://cvs.mmbase.org/viewcvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/typehandler


Index: AbstractTypeHandler.java
===================================================================
RCS file: 
/var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/typehandler/AbstractTypeHandler.java,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -b -r1.70 -r1.71
--- AbstractTypeHandler.java    17 Feb 2009 11:14:30 -0000      1.70
+++ AbstractTypeHandler.java    23 Feb 2009 09:46:09 -0000      1.71
@@ -29,7 +29,7 @@
  * @author Gerard van de Looi
  * @author Michiel Meeuwissen
  * @since  MMBase-1.6
- * @version $Id: AbstractTypeHandler.java,v 1.70 2009/02/17 11:14:30 michiel 
Exp $
+ * @version $Id: AbstractTypeHandler.java,v 1.71 2009/02/23 09:46:09 michiel 
Exp $
  */
 
 public abstract class AbstractTypeHandler implements TypeHandler {
@@ -219,7 +219,7 @@
             fieldValue = null;
         }
         if (log.isDebugEnabled()) {
-            log.debug("Value for field " + field + ": " + fieldValue + " and 
node " + node + " " + node.getCloud());
+            log.debug("Value for field " + field + ": " + fieldValue + " and 
node " + node);
         }
         Collection<LocalizedString> col = dt.validate(fieldValue, node, field);
         if (col.size() == 0) {
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to