Update of /var/cvs/contributions/didactor2/src/core/java/nl/didactor/taglib
In directory james.mmbase.org:/tmp/cvs-serv11401

Modified Files:
        GetSettingTag.java 
Log Message:
simplifed


See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/core/java/nl/didactor/taglib


Index: GetSettingTag.java
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/core/java/nl/didactor/taglib/GetSettingTag.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- GetSettingTag.java  8 Jun 2007 12:20:31 -0000       1.7
+++ GetSettingTag.java  22 Jan 2008 08:49:01 -0000      1.8
@@ -49,12 +49,7 @@
             return SKIP_BODY;
         }
 
-        Object value = null;
-        try {
-            value = comp.getSetting(setting, getCloudVar(), 
getContextProvider().getContextContainer());
-        } catch (IllegalArgumentException e) {
-            throw new TaglibException(e.getMessage(), e);
-        }
+        Object value = comp.getSetting(setting, getCloudVar(), 
getContextProvider().getContextContainer());
 
         helper.setValue(value);
         if (getId() != null) {
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to