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

Modified Files:
        settings.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: settings.jsp
===================================================================
RCS file: /var/cvs/applications/editwizard/templates/jsp/settings.jsp,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -b -r1.46 -r1.47
--- settings.jsp        4 Sep 2008 14:02:41 -0000       1.46
+++ settings.jsp        9 Oct 2008 14:21:43 -0000       1.47
@@ -8,7 +8,7 @@
  * settings.jsp
  *
  * @since    MMBase-1.6
- * @version  $Id: settings.jsp,v 1.46 2008/09/04 14:02:41 michiel Exp $
+ * @version  $Id: settings.jsp,v 1.47 2008/10/09 14:21:43 michiel Exp $
  * @author   Kars Veling
  * @author   Pierre van Rooden
  * @author   Michiel Meeuwissen
@@ -33,6 +33,7 @@
 // It is possible to specify an alternatvie 'sessionkey'
 // The sessionkey is used as a key for the session.
 sessionKey = request.getParameter("sessionkey");
+request.setAttribute(Wizard.RESPONSE_KEY, response);
 if (sessionKey == null) sessionKey = "editwizard";
 
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to