Update of /var/cvs/applications/editwizard/templates/jsp
In directory james.mmbase.org:/tmp/cvs-serv19111

Modified Files:
        list.jsp 
Log Message:
  MMB-1698


See also: http://cvs.mmbase.org/viewcvs/applications/editwizard/templates/jsp
See also: http://www.mmbase.org/jira/browse/MMB-1698


Index: list.jsp
===================================================================
RCS file: /var/cvs/applications/editwizard/templates/jsp/list.jsp,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -b -r1.75 -r1.76
--- list.jsp    22 Feb 2008 14:00:08 -0000      1.75
+++ list.jsp    1 Aug 2008 16:39:30 -0000       1.76
@@ -5,7 +5,7 @@
      * list.jsp
      *
      * @since    MMBase-1.6
-     * @version  $Id: list.jsp,v 1.75 2008/02/22 14:00:08 nklasens Exp $
+     * @version  $Id: list.jsp,v 1.76 2008/08/01 16:39:30 michiel Exp $
      * @author   Kars Veling
      * @author   Michiel Meeuwissen
      * @author   Pierre van Rooden
@@ -105,7 +105,7 @@
 if (listConfig.wizard != null) {
 
     Wizard wiz = null;
-    wiz = new Wizard(request.getContextPath(), ewconfig.uriResolver, 
listConfig.wizard, null, cloud);
+    wiz = new Wizard(request, ewconfig.uriResolver, listConfig.wizard, null, 
cloud);
     deletable = (Utils.selectSingleNode(wiz.getSchema(), "/*/[EMAIL 
PROTECTED]'delete']")!=null);
     linkable = (Utils.selectSingleNode(wiz.getSchema(), "/*/[EMAIL 
PROTECTED]'link']")!=null);
     unlinkable = (Utils.selectSingleNode(wiz.getSchema(), "/*/[EMAIL 
PROTECTED]'unlink']")!=null);
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to