diff --git a/source/java/org/alfresco/web/bean/content/CreateXmlContentTypeWizard.java b/source/java/org/alfresco/web/bean/content/CreateXmlContentTypeWizard.java index 1a014e30cb..46d5cec1d7 100644 --- a/source/java/org/alfresco/web/bean/content/CreateXmlContentTypeWizard.java +++ b/source/java/org/alfresco/web/bean/content/CreateXmlContentTypeWizard.java @@ -111,7 +111,7 @@ public class CreateXmlContentTypeWizard extends BaseWizardBean protected ContentService contentService; private DataModel templateOutputMethodsDataModel; private List templateOutputMethods = null; - private String fileExtension = "shtml"; + private String fileExtension = null; // ------------------------------------------------------------------------------ // Wizard implementation @@ -200,6 +200,7 @@ public class CreateXmlContentTypeWizard extends BaseWizardBean this.schemaRootTagName = null; this.templateName = null; this.templateOutputMethods = new ArrayList(); + this.fileExtension = "shtml"; } @Override