I just updated to SmartClient Version: v10.0p_2015-01-20/Pro Deployment (built 2015-01-20) and am now getting an error from a custom header class on a section stack.
Error
MenuWidget.java:476-477
Class definition in load_skin.js
Did you update something that could effect this?
I updated from SmartClient Version: v10.0p_2015-01-02/Pro Deployment (built 2015-01-02)
Error
Code:
stackTrace=java.lang.IllegalArgumentException: No BeanFactory has been registered for: SidebarSectionItemjava.lang.IllegalArgumentException: No BeanFactory has been registered for: SidebarSectionItem at Unknown.fillInStackTrace_0_g$(Throwable.java:116) at Unknown.Throwable_2_g$(Throwable.java:60) at Unknown.Exception_2_g$(Exception.java:29) at Unknown.RuntimeException_2_g$(RuntimeException.java:29) at Unknown.IllegalArgumentException_2_g$(IllegalArgumentException.java:29) at Unknown.setSectionHeaderClass_2_g$(SectionStack.java:989) at Unknown.addProjectMenu_0_g$(MenuWidget.java:477) at Unknown.execute_139_g$(OpenDeepURL.java:128) at Unknown.anonymous(DataSource.java:3172) at Unknown.apply_0_g$(Impl.java:247) at Unknown.entry0_0_g$(Impl.java:299) at Unknown.anonymous(Impl.java:72) at Unknown.anonymous(SmartGwtEntryPoint.java:352)
Code:
accordionMenu = new SectionStack(); accordionMenu.setSectionHeaderClass("SidebarSectionItem");
Code:
isc.defineClass("SidebarSectionItem", "SectionHeader"); if (isc.SidebarSectionItem) { isc.SidebarSectionItem.addProperties({ icon: null, iconSize: 0, baseStyle:"sidebar-section-item", titleStyle:"sidebar-section-title", showRollOver: true, scrollbarConstructor: "SidebarScrollbar" }); }
I updated from SmartClient Version: v10.0p_2015-01-02/Pro Deployment (built 2015-01-02)
Comment