Questions tagged [xpages-extlib]

XPages Extension Library, otherwise known as ExtLib, is an extension to the XPages environment. It is available from IBM as part of the IBM Lotus Domino 8.5.3 Upgrade Pack 1 or IBM Notes and Domino 9.0 Social Edition or from OpenNTF as part of the ExtLib project.

XPages Extension Library, otherwise known as ExtLib, is an extension to the XPages environment. It is available from IBM as part of the IBM Lotus Domino 8.5.3 Upgrade Pack 1 or IBM Notes and Domino 9.0 Social Edition or from OpenNTF as part of the ExtLib project. The IBM version is officially supported by IBM while the OpenNTF open source version contains additional extensions that are not yet supported (experimental features).

ExtLib provides over 150 new controls and complex properties that can be used in XPage applications. The controls are designed to allow the developer create XPage applications with features like easy to use Application Layouts and Menus, REST services, Relational Database access, Mobile Controls, improved Dialog/Value/Name Pickers and Dojo field definitions.

628 questions
0
votes
2 answers

XPages Social Business Toolkit

I am trying to implement XPagesSBT on localhost. I have followed this article http://heidloff.net/home.nsf/dx/12152011034545AMNHECAP.htm and the SBT document by Niklas and was trying to implement dropbox oAuth. I have also placed…
anix
  • 347
  • 4
  • 14
0
votes
2 answers

Retrieving autoincrement value when using @JdbcInsert

I'm trying to store a row in a DB2 database table where the primary key is an autoincrement. This works fine but I'm having trouble wrapping my head around how to retrieve the primary key value for further processing after successfully inserting the…
0
votes
2 answers

Is there any way to get jsonRpcService to work Synchronously?

I have a simple jsonRpcService with a method that returns true or false. I have a button with code at CCJS and SSJS events. I want to stop code execution if RPC is returning true, however, it looks code is triggered before addCallBack is finished…
PSolano
  • 398
  • 5
  • 21
0
votes
1 answer

ibm business card integration for xpages using OpenNTF project Business Card

Using http://www.openntf.org/internal/home.nsf/project.xsp?action=openDocument&name=Business%20Card I can implement this no problem when it is rendered in a static context, for example, hard coded with display name and username. The problem: When…
GFORREST
  • 75
  • 6
0
votes
0 answers

Teamroom template from Extension Library Error on all xpages after replacing design

I have taken an previous version Teamroom application and replaced the design of it with the teamroom tewmplateXL that is shipped with the extension library. In the notes client, the application functions fine, but every xpage returns the following…
Jim M
  • 177
  • 1
  • 15
0
votes
1 answer

Errors in Extension Library Demo db

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…
Bruce Stemplewski
  • 1,343
  • 1
  • 23
  • 66
0
votes
2 answers

xpages views alternating row colors

I am trying to add alternating row colors in a dynamicViewControl. I found this article by Mark Hughes http://dominoextnd.blogspot.com/2009/10/xpages-alternate-view-row-colors-made.html but when I try to enter rowEven, rowOdd in the rowClasses I get…
Jim M
  • 177
  • 1
  • 15
0
votes
1 answer

xpage document will not save new document, but will save an existing doc that has been edited

I have a xapage that I created laid out the form etc. When I create a new document with it, it does not save the document. However if I edit an existing document that was created with the notes form it does save that. It is very odd. There are not…
Jim M
  • 177
  • 1
  • 15
0
votes
1 answer

how to programmatically add a new entry?

I have a name picker attached to the input but also want to allow type-ahead in a second field attached to the name picker, and then add the selected entry in the type-ahead control to the dojo name text box control. In the typeahead onchange…
0
votes
2 answers

Scandinavian characters get messed up when saved from DataGrid

I'm working on a xe:djxDataGrid that loads and saves data via xe:restService. It loads the data from Domino documents and at this point all scandinavian characters like ä and ö look OK. But if data is modified and saved back to server ä turns to ä…
0
votes
2 answers

Dojo making application loading slow

The mobile application developed using xpages and mobile extension lib. is loading extremely slow on mobile devices. To study the comparative statistics, another plain web HTML was served from Domino server. We found that the plain web HTML loading…
prasad katankot
  • 157
  • 1
  • 14
0
votes
1 answer

Use datasource to get backend document

I got a panel which bind to an open document as data source called document1 in an extlib dialog box. On button save, I want to compare all the field values between back-end document and document1. However, all the field values from back-end…
0
votes
1 answer

Using xe:applicationLayout any way to do a partial update of of main content area and LeftColumn facet?

Short of placing my xe:applicationLayout inside a panel called panelAll or doing a Full Update, is there any way to do a partial update for my panelMainContent panel and my LeftColumn facet?
0
votes
1 answer

dataview within mobile page not finding pageName reference to intended mobile page

I have a single page application that has multiple Mobile Pages. I have a view level mobile page that targets another mobile page as follows:
0
votes
1 answer

Computed columns not showing links to documents in Dynamic View Panel

I am using Dynamic View Panel (xe:dynamicViewPanel) to display views. In my XPage I pass the name of view as a parameter to URL and then I fetch it and put it into viewName property of data source. On my server I have Domino 8.5.3 with Upgrade Pack…
Naveen
  • 6,786
  • 10
  • 37
  • 85