Domino Server running 853FP4 on Windows
Same application running on two servers behaves differently. When trying to launch an xe:dialog from a partial refresh via a button I get a message in an alert box:
An error occurred while updating some of the page. Could not load 'extlib.dijit.dialog';last tried '/xsp/.ibmxspres/.exlib/dijit/Dialog,js'
On the server that works the dialog is displayed.
If I request http:///xsp/.ibmxspres/.extlib/dijit/Dialog.js on the working server I get javascript source returned.
On the server that isn't working I get:
Cannot load unregistered resource /.extlib/dijit/Dialog.js
All seems to suggest extlib hasn't been loaded properly. I recreated the updatesite just in case and that didn't help.
Any ideas?