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
3
votes
1 answer

Getting an error when using jsonRpcService on Xpages

I'm trying to use jsonRpcService to print a value on console. Just for testing. But when i call the method i recieve this error on browser console: POST http://localhost/Teste.nsf/Teste.xsp/RpcService?$$viewid=!ei0pdt23xx! 400 (Bad Request) Error:…
Bruno Dias
  • 83
  • 1
  • 6
3
votes
1 answer

Is there a javadoc library for all current extlib packages?

Yesterday a customer asked me whether there is some kind of javadoc library available for all the extlib control objects, like we have it for the standard Xpage related controls:…
Lothar Mueller
  • 2,528
  • 1
  • 16
  • 29
3
votes
1 answer

Xpages to call Rest service with auth Token

I need to call some APIs in a Oracle app called Taleo. I have the documentation and was able to get a my calls to work in a REST plugin in Firefox and in a REST Mac Client app,"Paw". I first have to send credentials to get a auth Token…
Bryan Schmiedeler
  • 2,977
  • 6
  • 35
  • 74
3
votes
1 answer

XPages app eating up all the hard disk space on the server

We recently had a error on the server that it had run out of memory and eventually we found the culprit to be this folder: \Users\currentuser\AppData\Local\Temp\notes618068\xspstate As soon as we bring the Domino server down (running on 9.0.1 - FP4…
pipalia
  • 911
  • 1
  • 12
  • 46
3
votes
2 answers

How to get a Dynamic Content Control to refresh onChange?

I have used the Dynamic Content Control with a Dynamic Page formula a fair bit but it has always been computed on page load and not changed. I have been working on a test where I want to select what page to display based on a combo box and an…
Bill F
  • 2,057
  • 3
  • 18
  • 39
3
votes
1 answer

Can a NamePicker Control search both last and first names?

Domino Version: 9.0.1 ExtLib Version: 9.0.1v00_04_20140226-1506 For many reasons, I like using the NamePicker control to allow the users to select people for field input. But I have stumbled onto a problem that I cannot immediately solve. The…
Greg
  • 714
  • 4
  • 16
3
votes
1 answer

Use XSP.partialRefreshPost function in XPages Extension Library dialog

In a xe:dialog (XPages Extension Library dialog), I want to use XSP.partialRefreshPost function, but when refreshing the entered values are lost. The following example demonstrate the problem. ComboBox1, inputText1, ComboBox2, inputText2 : OK but…
JMR
  • 41
  • 1
  • 5
3
votes
2 answers

XPage Osgi plug in development

background I have designed many tools in the past year or so that is designed to help me program for XPages. These tools include primarily helper java classes, extended logging (making use of OpenLogger and my own stuff), and a few other things…
Greg
  • 714
  • 4
  • 16
3
votes
1 answer

Popup document content on a view?

I currently have a older Domino site. It has a view that I have implemented clueTip to display content of the document as I hover over the link. The popup will close when the mouse is moved off of the link. I would like to convert the site to…
Bruce Stemplewski
  • 1,343
  • 1
  • 23
  • 66
3
votes
1 answer

How to update a document using a rest service (extension library) in XPages

i am trying to update a specific document by using rest service control. I have set up the control (documentJsonService, pathInfo, form name etc) I know that i have to perform a post (patch) request to the url of the service followed by /unid/ (same…
mike_x_
  • 1,900
  • 3
  • 35
  • 69
3
votes
1 answer

Single Page Application

I am having a problem with Domino Designer and, to be honest, am not sure if the question belongs here or not... When I create a new XPage, then drag the Single Page Application from the Mobile panel to the XPage I am not getting the Wizard? I am…
Ursus Schneider
  • 447
  • 1
  • 6
  • 22
3
votes
1 answer

Extlib dialog appears to be pinned to the right window border

I'm having this strange phenomenon with an extlib dialog which I've never encountered before. The scenario is pretty much straight-forward: there's a link control calling the dialog.show() method through it's serverside conclick event. As soon as…
Lothar Mueller
  • 2,528
  • 1
  • 16
  • 29
3
votes
1 answer

What is the best way of using dynamic JDBC username and password?

We are creating an XPages application with an MySQL backend. Application will be used by several customers. Each has their own NSF database and a corresponding MySQL database. Each customer will have their own MySQL username. We are using the…
Lauri Laanti
  • 948
  • 7
  • 11
2
votes
1 answer

Unable to get a handle on the body of a multipart/form-data POST request in XPage ServiceBean

I have an xpage based on a bootstrap framework which uses jQuery $post to submit forms contained within the page. These get posted using multipart/form-data content-type so I have no control over that. I have set up a REST.xsp containing a…
crispy235
  • 39
  • 5
2
votes
0 answers

XPages REST viewJsonService

I'm using a viewJsonService from the XPages Extension Library to return data for an agGrid. The service is called using it's URL with a keys parameter to select the data returned. If the key doesn't exist in the view then I'm getting an error …
Martin Perrie
  • 398
  • 5
  • 16
1
2
3
41 42