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

Modified Files:
        ComponentTag.java 
Log Message:
should not use escaper (normally produces html)


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


Index: ComponentTag.java
===================================================================
RCS file: 
/var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/ComponentTag.java,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- ComponentTag.java   22 Oct 2008 09:51:52 -0000      1.32
+++ ComponentTag.java   22 Oct 2008 09:54:58 -0000      1.33
@@ -21,7 +21,7 @@
  * Renders a certain block of an mmbase component
  *
  * @author Michiel Meeuwissen
- * @version $Id: ComponentTag.java,v 1.32 2008/10/22 09:51:52 michiel Exp $
+ * @version $Id: ComponentTag.java,v 1.33 2008/10/22 09:54:58 michiel Exp $
  * @since MMBase-1.9
  */
 public class ComponentTag extends CloudReferrerTag implements ParamHandler, 
FrameworkParamHandler, Writer {
@@ -139,6 +139,7 @@
                     }
                 }
             });
+        helper.useEscaper(false);
         return EVAL_BODY; // lets try _not_ buffering the body.
     }
 
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to