diff --git a/source/java/org/alfresco/web/ui/common/component/UIPanel.java b/source/java/org/alfresco/web/ui/common/component/UIPanel.java index 61de0993bd..acb63693f7 100644 --- a/source/java/org/alfresco/web/ui/common/component/UIPanel.java +++ b/source/java/org/alfresco/web/ui/common/component/UIPanel.java @@ -42,7 +42,6 @@ import javax.faces.event.FacesEvent; import org.alfresco.web.ui.common.PanelGenerator; import org.alfresco.web.ui.common.Utils; import org.alfresco.web.ui.common.WebResources; -import org.apache.myfaces.el.MethodBindingImpl; /** * @author kevinr @@ -335,7 +334,7 @@ public class UIPanel extends UICommand this.titleBgcolor = (String)values[6]; this.titleBorder = (String)values[7]; this.expandedTitleBorder = (String)values[8]; - this.expandedActionListener = (MethodBindingImpl) restoreAttachedState(context, values[9]); + this.expandedActionListener = (MethodBinding)restoreAttachedState(context, values[9]); this.facetsId = (String)values[10]; }