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

Modified Files:
        ContextReferrerTag.java 
Log Message:
for backwards compatibility with MMBase 1.8, readded a few methods which are 
inadvertedly dropped in mmbase 1.9.0


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.110
retrieving revision 1.111
diff -u -b -r1.110 -r1.111
--- ContextReferrerTag.java     14 Aug 2008 11:29:10 -0000      1.110
+++ ContextReferrerTag.java     22 Dec 2008 14:51:02 -0000      1.111
@@ -36,7 +36,7 @@
  *
  *
  * @author Michiel Meeuwissen
- * @version $Id: ContextReferrerTag.java,v 1.110 2008/08/14 11:29:10 michiel 
Exp $
+ * @version $Id: ContextReferrerTag.java,v 1.111 2008/12/22 14:51:02 michiel 
Exp $
  * @see ContextTag
  */
 
@@ -438,7 +438,7 @@
         Tag cTag = findAncestorWithClass(this, clazz);
         if (cTag == null) {
             if (exception) {
-                throw new JspTagException ("Could not find parent of type " + 
clazz.getName());
+                throw new JspTagException ("Could not find parent of type " + 
clazz.getName() + " for " + this);
             } else {
                 if (log.isDebugEnabled()) {
                     log.debug("Could not find parent of type " + 
clazz.getName());
@@ -826,4 +826,14 @@
         return query;
 
     }
+
+    /**
+     * Can be overriden in extensions.
+     * @return new connector
+     * @since MMBase-1.8.5
+     * @deprecated
+     */
+    public  String appendMoreParameters(String connector, String amp, 
StringBuffer buf) throws JspTagException {
+        return connector;
+    }
 }
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to