0

I am getting an error when I try to display pages from the xpage Extension Library demo.

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

If I use extenstion library controls in my own db on the same server then they work fine. In fact I display the version number on the welcome page of most of my apps. It displays ExtLib Version: 8.5.3.20111208-0717

Any idea why the deo would not work?

I have downloaded the latest copy of the demo.

Bruce Stemplewski
  • 1,343
  • 1
  • 23
  • 66

1 Answers1

0

If you use the latest copy of the demo you also need to use the latest version of ExtLib which is 20121217.

Panu Haaramo
  • 2,932
  • 19
  • 41
  • Thanks. I guess I was thinking that the demos would be backward compatible for the existing controls in the version of the Ext Lib that I have but I guess it makes sense that they limit by version. – Bruce Stemplewski Feb 15 '13 at 20:43