xpages-extlib

Can JDBC connection files contain computed properties?

主宰稳场 提交于 2019-12-22 09:15:17
问题 In the book "XPages Extension Library", Chapter 12, page 409 there is an example of JDBC connection file: <jdbc> <driver>org.apache.derby.jdbc.EmbeddedDriver</driver> <url>jdbc:derby:${rcp.data}\derby\XPagesJDBC;create=true</url> <user>phil</user> <password>phil</password> </jdbc> It is also mentioned in the text that "notice in previous example the use of the configuration property rcp.data in the computed expression ${rcp.data}. The connection files can take advantage of computed properties

I want my Domino Servlet to get an authenticated user session

血红的双手。 提交于 2019-12-19 10:25:37
问题 It seems a like a pretty fundamental question, in a running Servlet hosted on Domino I want to access Domino resources that I have wisely protected using the the very fine security of IBM Notes and Domino. I want the Servlet to be able to read and write data to Domino whilst keeping that data from the client that called the Servlet (or xAgent) and preventing the client from writing directly. I'd be happy to be able to get a session that represented the signer of the application. I can get a

Can I have the extlib name picker running in xPINC lookup the directory on the server?

£可爱£侵袭症+ 提交于 2019-12-17 17:11:47
问题 Is it possible to use the name picker in the extlib in an xPINC app, to pick from the server side address book? Currently running in the browser I am able to pull from the server side names.nsf, and while running as xpinc I pull the local names.nsf. Do you know if this is possible? Really trying to accomplish "write once run everywhere". <xe:namePicker id="namePicker1" for="djextNameTextBox3"> <xe:this.dataProvider> <xe:dominoNABNamePicker groups="false" nameList="peopleByLastName" people=

How to identify version of XPages Extension Library?

时间秒杀一切 提交于 2019-12-13 11:59:58
问题 How can I find out what version of the XPages Extension Library is running on a Domino server? "tell http osgi ss" lists a lot of different versions. 回答1: If you have access to the Domino server you can issue the command tell http osgi ss com.ibm.xsp.extlib The output of the command will show all the deployed versions of ExtLib but only the ones marked as active will be used by the server. This will always be the latest version if multiple versions are deployed. If you don't have access to

How to control localization settings in the iNotes calendar control?

余生颓废 提交于 2019-12-13 07:45:24
问题 The "extLib" iNotes calendar control appears to have a "life of its own" when it comes to localization settings: in the week views e.g. weekday and month names are following the localization settings of the client (if I set the browser's language to en-US it says "Monday" ... "Sunday"), but the week always starts at Monday. Another example are the time slots where they are displayed: times are always displayed as "09:00" .. "12:00" and then onwards as "13:00" .. "18:00" etc. But there are

Getting error when using Extension library and dojo in xpages

倾然丶 夕夏残阳落幕 提交于 2019-12-13 07:06:26
问题 I have installed domino designer 8.5.2,and Extension library 8.5.2,dojo 1.6.1.Then i have developed the Xpage using mobile apps controls. When previewing the Xpage in the web,i am getting the error in console is given by Failed to load resource: the server responded with a status of 404 (Not Found) /domjs/dojo-release-1.6.1/dojo/dojo.js:14 failed loading /domjs/dojo-release-1.6.1/dojo/./parser.js with error: ReferenceError: Can't find variable: define /domjs/dojo-release-1.6.1/dojo/dojo.js:14

Browser Page looks messy

孤街浪徒 提交于 2019-12-13 04:46:38
问题 To develop websites I use domino designer v9.01 with OpenNTF Bootstrap extension library v14. I am new to IBM domino so have mercy … The trouble I have is : While previewing XPage apps in Notes all controls, views etc. are there and looks as expected. But when I preview same XPage apps in a web browser (newest FireFox, newest Microsoft Edge) I get messy results. To be more specific, the amount of controls, views, etc. are there and they also work. But their expected design is messy. I cannot

ToolTip Performance in XPages

∥☆過路亽.° 提交于 2019-12-13 03:02:31
问题 I have a large XPage with about 170 fields on it. I have tooltips for a fair number of the fields. The tooltip does a lookup into a help DB and returns the related text. They work fine but they significantly slow down the load process because of the number of times the lookup is performed. I put a dBar.info statement in the JS that loads the text and in one load the document and put it into edit mode it would appear to have fired that one tooltip lookup 6 times. If it does that for every one

OneUI app layout, error with pulldown menus

冷暖自知 提交于 2019-12-13 02:33:58
问题 I am using the applayout and OneUI 3.0.2 theme. I have pulldown menus in the banner (application and utility links) but the menu won't show up. Instead I get this JS error: Uncaught lang.hitch: scope["_onKeyPress"] is null (scope="[Widget extlib.dijit.OneUIv302Menu, extlib_dijit_OneUIv302Menu_2]") I have a Windows 9.0.1FP1 where these do work. On a 9.0.1FP1 Linux / 9.0.1FP2 Windows it doesn't work. The Linux machine had FP2 installed before I just downgraded it to FP1 (it was a test to see if

Image not displayed in xe:basicContainerNode from Extension Library in XPages

不羁的心 提交于 2019-12-13 01:18:52
问题 I have the following code for a popupmenu from Extension library <xe:popupMenu id="pop"> <xe:this.treeNodes> <xe:basicContainerNode image="/vwicn148.gif" label="Container"> <xe:this.children> <xe:basicLeafNode label="Child" image="/vwicn148.gif"></xe:basicLeafNode> </xe:this.children> </xe:basicContainerNode> </xe:this.treeNodes></xe:popupMenu> <xp:link escape="true" text="Open popup" id="link1"> <xp:eventHandler event="onclick" submit="false"> <xp:this.script><![CDATA[XSP.openMenu(thisEvent,