Author: michiel
Date: 2009-11-16 18:26:39 +0100 (Mon, 16 Nov 2009)
New Revision: 39723

Modified:
   
mmbase/trunk/applications/taglib/src/main/resources/org/mmbase/bridge/jsp/taglib/resources/fieldtypes.xml
Log:
added missing handler for decimal types

Modified: 
mmbase/trunk/applications/taglib/src/main/resources/org/mmbase/bridge/jsp/taglib/resources/fieldtypes.xml
===================================================================
--- 
mmbase/trunk/applications/taglib/src/main/resources/org/mmbase/bridge/jsp/taglib/resources/fieldtypes.xml
   2009-11-16 16:05:12 UTC (rev 39722)
+++ 
mmbase/trunk/applications/taglib/src/main/resources/org/mmbase/bridge/jsp/taglib/resources/fieldtypes.xml
   2009-11-16 17:26:39 UTC (rev 39723)
@@ -35,4 +35,8 @@
   <fieldtype id="list">
     <class>org.mmbase.bridge.jsp.taglib.typehandler.ListHandler</class>
   </fieldtype>
+  <fieldtype id="decimal">
+    <class>org.mmbase.bridge.jsp.taglib.typehandler.DoubleHandler</class>
+  </fieldtype>
+
 </fieldtypes>

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to