I have made a very interesting
discovery today. Working to get the XPages Extension Library installed
correctly, I installed the demo application and looked at it in Designer. For
some reason I am getting a red X next to the CalendarStore.js script library.
Looking closer, I found that it was failing because it could not resolve the
Dojo reference! I examined the <head> portion of the rendered XPage in a
browser, and this is what I found:
--- for JavaScript ---
--- and example 2 ---
The CORRECT install directory for
both the Notes client and Domino for JavaScript is ".../data/domino/js",
and ".../data/domino/java". NOT "/domjs" or "/domjava".
The "dom" prefix should NOT be there!! This is just a sampling and
does not include all lines in error.
-- and for Java ---
Does anyone know where/how to change these settings? The XSP
server config, perhaps? This is a serious issue, and I believe it would solve
some problems for everyone. Any input is greatly appreciated!