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

OSGi update site fails with "null" error

Sometimes, after server restart all applications fail because of missing ExtLib libraries. They should be installed during HTTP startup from NSF update site. Server log shows: HTTP JVM: CLFAD0330I: NSF Based plugins are being installed in the…
Frantisek Kossuth
  • 3,524
  • 2
  • 23
  • 42
2
votes
2 answers

Where can I see the generated class file for my java source code in Domino Designer?

After creating a new java class and saving it(built automatically) in Domino Designer, I was not able to see the the correspondingly generated .class file in the default path WebContent\WEB-INF\classes. Actually I was unable to find this folder in…
Will
  • 61
  • 5
2
votes
1 answer

what is the easiest way to connect xe:restService to xp:repeat?

I would like to display view data via a repeat control and avoid simple data binding (perhaps I would like to display the data later not via an xpage, but for now I do). what is the easiest way to bind the xe:restService (rest service control) to…
Patrick Kwinten
  • 1,988
  • 2
  • 14
  • 26
2
votes
1 answer

xpages application layout: how to make logo clickable?

Is there a way to get the logo clickable when using the application layout? Most web sites go back to the home page when clicking the logo at the top, and my users are asking for this. Couldn't figure out how to it... I'm pretty sure it has to do…
Ben Dubuc
  • 523
  • 3
  • 14
2
votes
1 answer

Slow widget container control delays the rendering of the main page

Hello, I'm using the widget container Control from the extension library. I include several widgets in a main Xpage. They contains either a view panel control, either a repeat control based on a DbLookup function, either a document or any other…
Techn0fil
  • 65
  • 1
  • 5
2
votes
2 answers

how to create a multi database search in xpage?

I've been experiencing a lot of headache for this issue I'm in. I need to create a multi-database search in xpage, this search functions like a mini google in xpage where if I type, for example,"test" all databases with the same name or contains a…
Jayson Rondina
  • 149
  • 1
  • 13
2
votes
2 answers

The oneui_idx_v1.3 Dojo Extension mobile theme not rendering properly for XPages Mobile Controls

In the Xsp Properties when I change from the Mobile default theme to the OneUI IDX v1.3 common UI theme all of my "mobilePageName.xsp" pages no longer render properly. The following are the related properties set in xsp.properties : …
2
votes
1 answer

Not possible to place actions with SSJS in Action Bar of XPage OneUI?

I¨m working quite a while with XPages, and this must be a rookies question: I want to place my common actions like "Save Document", "Edit", "Cancel" in the Action Bar in the upper part of the OneUI of the extlib (Place Bar). I succeeded to get any…
Uwe J.
  • 315
  • 1
  • 8
2
votes
2 answers

JDCB error using xPages Extension Library JDBC Query

I'm trying to set up s prototype for accessing Oracle data in an xPage using the JDBC Query in the Extension Library. I'm getting the following errors: Error while reading the relational data Error while loading connection cos11p Error loading…
Shean McManus
  • 158
  • 1
  • 10
2
votes
1 answer

Bootstrap4Xpages 2.3.2 with jQuery 2.1.1

I have some html pages that we are putting into an XPage application that use bootstrap 2.3.2 and jQuery 2.1.1. I have july 2014 version Bootstrap4Xpages plugin installed, and was using the theme 'bootstrapv2.3.1r'. However, it automatically loads…
2
votes
2 answers

Domino 9.0.0 and 9.0.1 Xpage differences in XPiNC

Developing an Xpages application for deployment on the client (thus running XPiNc). My Lotus Client and Designer Client is 9.0.1, but most of the rest of the company is running 9.0.0. Our server is 9.0.0. I notice now that the application is…
Bryan Schmiedeler
  • 2,977
  • 6
  • 35
  • 74
2
votes
1 answer

xpages load json from documents

I am trying to load JSON from documents in a view and ultimately showing a dojo enhanced data-grid. there are around 1000 documents and I need to check for multiple rows of data. This is legacy application and documents can have details of 80…
Arun
  • 229
  • 3
  • 14
2
votes
1 answer

ExtLibUtil documentation - where do you find what the available functions are?

As I have asked questions in this form - thanks for your many helpful answers - i have found many really neat things that one can do using ExtLibUtil.???? however, other than a bit here and a bit there I have not found anything that gives a listing…
Bill F
  • 2,057
  • 3
  • 18
  • 39
2
votes
1 answer

Views containing calculated values (category totals) not shown in XPages

I was reading through a few active SO questions and I came across this one that reminded me of a question that I have had for a while. In a few applications that I have done, there came a point when I had to use a view that uses category totals to…
Greg
  • 714
  • 4
  • 16
2
votes
1 answer

Go-to approach to provide css and csjs resources in a custom xpages osgi library

I'm having difficulties finding the proper approach to provide css and csjs resources in my custom xpages Library. I was not able to find any good info on how to package such resources with my osgi plugin. I took a look at the extlib implementation,…