Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    SectionStack.setSectionHeaderClass error after update

    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
    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)
    MenuWidget.java:476-477
    Code:
    accordionMenu = new SectionStack();
    accordionMenu.setSectionHeaderClass("SidebarSectionItem");
    Class definition in load_skin.js
    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"
    			});
    		}
    Did you update something that could effect this?
    I updated from SmartClient Version: v10.0p_2015-01-02/Pro Deployment (built 2015-01-02)

    #2
    Thanks for the notification. We've now corrected this. Please try the next nightly build dated Jan 22 or above

    Regards
    Isomorphic Software

    Comment

    Working...
    X