Update of 
/var/cvs/contributions/CMSContainer/cmsc/portlets/src/java/com/finalist/cmsc/portlets
In directory 
james.mmbase.org:/tmp/cvs-serv3017/cmsc/portlets/src/java/com/finalist/cmsc/portlets

Modified Files:
      Tag: b1_4
        XsltPortlet.java 
Log Message:
add renderurl to xslt params


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/portlets/src/java/com/finalist/cmsc/portlets


Index: XsltPortlet.java
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/portlets/src/java/com/finalist/cmsc/portlets/XsltPortlet.java,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -b -r1.3 -r1.3.2.1
--- XsltPortlet.java    26 Nov 2007 11:43:40 -0000      1.3
+++ XsltPortlet.java    1 Apr 2008 10:01:59 -0000       1.3.2.1
@@ -89,6 +89,7 @@
       if (!StringUtil.isEmpty(xsl) && !StringUtil.isEmpty(xmlSource)) {
          try {
             HashMap<String, Object> xslParams = getXsltParams(preferences);
+            xslParams.put("renderurl", response.createRenderURL());
 
             StringBuffer content = new StringBuffer(4096);
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to