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

Modified Files:
        ContextReferrerTag.java 
Log Message:
exception parameter was ignored


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


Index: ContextReferrerTag.java
===================================================================
RCS file: 
/var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/ContextReferrerTag.java,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -b -r1.112 -r1.113
--- ContextReferrerTag.java     12 Jan 2009 13:33:16 -0000      1.112
+++ ContextReferrerTag.java     3 Feb 2009 13:11:14 -0000       1.113
@@ -36,7 +36,7 @@
  *
  *
  * @author Michiel Meeuwissen
- * @version $Id: ContextReferrerTag.java,v 1.112 2009/01/12 13:33:16 michiel 
Exp $
+ * @version $Id: ContextReferrerTag.java,v 1.113 2009/02/03 13:11:14 michiel 
Exp $
  * @see ContextTag
  */
 
@@ -486,7 +486,11 @@
             }
             tag = tag.getParent();
         }
+        if (exception) {
         throw new JspTagException("Cloud not find parent Tag of LoopTag or 
QueryContainer type");
+        } else {
+            return null;
+        }
     }
 
     /**
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to