if (null!=rreq.getBookmark() && null==request.getParameter("correct"))
{
// If request specifies bookmark and we are not correcting an
// already submitted form then load that bookmark into the form.
BookmarkData bd = rreq.getBookmark();
form.copyFrom(bd, request.getLocale());
request.setAttribute("state","edit");
// Pass bookmark's Folder on as attribute.
parentFolder = bd.getFolder();