Hi,<br><br>I've found a dialog handler in the default workplace configuration of OpenCms 7.0.3 which is part of the Template One Addon:<br clear="all"><br>    <dialoghandlers><br>      <!-- Dialog handlers are configurable for the workplace dialogs: delete, lock/unlock and file properties.
<br>             If OpenCms does not start because a customized dialog handler class is not found, use the following default dialog handler classes:<br>             Delete dialog: org.opencms.workplace.commons.CmsDelete<br>
             Lock dialog: org.opencms.workplace.commons.CmsLock<br>             Property dialog: org.opencms.workplace.commons.CmsPropertyAdvanced<br>      //--><br>      <dialoghandler class="org.opencms.workplace.commons.CmsDelete
"/><br>      <dialoghandler class="org.opencms.workplace.commons.CmsLock"/><br>      <dialoghandler class="<b>org.opencms.frontend.templateone.CmsPropertyTemplateOne</b>"/><br>    </dialoghandlers>
<br><br>I reckon this has been mixed up - the orginal handler was <b>org.opencms.workplace.commons.CmsPropertyAdvanced<br></b>This just happens in the zipped download-version of OpenCms 7.0.3 - the CVS version seems to be okay.
<br><br>Cheers,<br>David<b><br></b>