All,
In our application based on MMBase 1.6.3 we consequently add the sessionkey parameter
with a unique value when calling EditWizards since we want users to be able to use
EditWizards with two browsers. This, however, results in the
your-data-cannot-be-found-anymore-message when deleting a node from the list.jsp.
This is caused by the fact that the deleteitem.jsp does not forward the sessionkey
parameter when it redirects back to the list.jsp after having deleted the node.
This problem is solved by replacing the following line in the deleteitem.jsp:
response.sendRedirect(response.encodeRedirectURL("list.jsp?proceed=true));
by the following lines:
String sessionKey = request.getParameter("sessionkey");
if (sessionKey == null) sessionKey = "editwizard";
response.sendRedirect(response.encodeRedirectURL("list.jsp?roceed=true&sessionkey="
+ sessionKey));
If this is not already taken care for in a new version, could somebody please commit
this, or a different fix ?
Regards,
Peter
---------------------------------
Peter Reitsma
telno. 706
Innovatie & ontwikkeling
www.kennisnet.nl