From 9b016f27b924d73f20982951769b286981ae50e8 Mon Sep 17 00:00:00 2001 From: Gavin Cornwell Date: Wed, 19 Nov 2008 10:16:16 +0000 Subject: [PATCH] Merged 3.0 to HEAD 11977: Fix for ETHREEOH-795: Error while create web content based on press-release form and also form caching issue reported by Yong git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@11981 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../org/alfresco/web/bean/wcm/CreateWebContentWizard.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/java/org/alfresco/web/bean/wcm/CreateWebContentWizard.java b/source/java/org/alfresco/web/bean/wcm/CreateWebContentWizard.java index ea4f2dd654..f63c0a913f 100644 --- a/source/java/org/alfresco/web/bean/wcm/CreateWebContentWizard.java +++ b/source/java/org/alfresco/web/bean/wcm/CreateWebContentWizard.java @@ -71,7 +71,6 @@ import org.alfresco.web.data.QuickSort; import org.alfresco.web.forms.Form; import org.alfresco.web.forms.FormInstanceData; import org.alfresco.web.forms.FormNotFoundException; -import org.alfresco.web.forms.FormProcessor; import org.alfresco.web.forms.FormsService; import org.alfresco.web.forms.RenderingEngineTemplate; import org.alfresco.web.forms.Rendition; @@ -94,14 +93,10 @@ public class CreateWebContentWizard extends CreateContentWizard private static final Log logger = LogFactory.getLog(CreateWebContentWizard.class); - protected String content = null; - transient private List createMimeTypes; transient private List formChoices; protected String createdPath = null; protected List renditions = null; protected FormInstanceData formInstanceData = null; - protected FormProcessor.Session formProcessorSession = null; - transient private Document instanceDataDocument = null; protected boolean formSelectDisabled = false; protected boolean startWorkflow = false; protected List locksToReturnToMainStoreOnCancel = null; @@ -112,7 +107,6 @@ public class CreateWebContentWizard extends CreateContentWizard transient private AVMSyncService avmSyncService; protected AVMBrowseBean avmBrowseBean; protected FilePickerBean filePickerBean; - transient private FormsService formsService; /** * @param avmService The AVMService to set.