• Outline keepState causes error

    By Bruce E Stemplewski 1 decade ago

    If I set the  keepState property of the Outline extensions to true or false I get the following error.

     

    Cannot find the library "com.ibm.xsp.extlib.library" with tag version 8.5.32001, to be used by the page/cc_LeftMenu.xsp. The library tag version is blank.

     

     

    • re: Outline keepState causes error

      By Maire Kehoe 1 decade ago

      That error indicates that your application is using new feature, but the server is using an old Extlib version.
      The application is using a feature added in the extension library version 8.5.32001,
      which was the openNTF release ExtensionLibraryOpenNTF-853.20120126-0415.zip, released on: 26 Jan 2012.
      So the Extension Library in your Designer install is that version, or some more recent version.
      The property keepState in the xe:navigator control was added in the 8.5.32001 release.
      The server has the Extension Library with version "", so either 8.5.3UpdatePack1 or some earlier OpenNTF release.

      To fix the issue, try updating the server to a more recent Extension Library release.

      > If I set the  keepState property of the Outline extensions to true or false I get the following error.
      > Cannot find the library "com.ibm.xsp.extlib.library" with tag version 8.5.32001, to be used by the page/cc_LeftMenu.xsp. The library tag version is blank.