allParameters.put(sessionAttributeName, session.getAttribute(sessionAttributeName));
}
try {
creator.create(new File(absoluteDoctypesPath + "samples"),
new File(publication.getDirectory(), docsPath + parentid), childid, childType,
childname, language, allParameters);
} catch (Exception e) {
log.error("Creator threw exception: " + e);
return null;