Tagged Questions

XPages is a rapid web and mobile application development platform. It allows IBM Lotus Notes/Domino data to be displayed to browser clients across all platforms. The programming model is based on standards and common web development skills like JavaScript, Ajax, the Dojo Toolkit, Server-side ...

learn more… | top users | synonyms

4
votes
2answers
160 views

How to identify version of XPages Extension Library?

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

Calling SSJS from Java?

I have created an xPages application which uses a lot of server side javascript code functions located in a server side javascript library. Now I have some java code located in the java design ...
3
votes
2answers
105 views

Exporting javascript script library using DXL exporter to a file using Java

I'm trying to export a javascript design element to a file in a Java agent. The problem is that if I set the ForceNoteFormat of the DXL exporter to false, I get a DXL output where I can find the ...
3
votes
1answer
121 views

Xpages fileupload control and mime types

I have a problem uploading an image to a form field using the built in xpages fileuploader control. The form field the image is saved to is configured like explained in this blog post by Mats Knutsen: ...
3
votes
5answers
345 views

Lotus Notes XPages for design and Oracle (or other RDBMS) for data

I plan to make an web application using XPages for the design (plus the Lotus Notes Elements), but instead of storing the data in Lotus Notes, I will store the data in a RDBMS (specifically an Oracle ...
2
votes
1answer
34 views

Dialog Control Cannot See Second Data Source on the XPage

I have a custom control with a field where the user will enter a document ID (not a note ID or UNID, just a unique number). This data source is named document1. When they exit the field, I perform a ...
2
votes
3answers
108 views

Can I delay loading of some controls on an xPage to after page loaded

is it possible to delay loading of some controls on an xpage? This is the problem: let's say you have a control that does a fultextsearch and displays the result in a repeat control. this ft search ...
2
votes
2answers
132 views

XPages Rich Text Component

Is there any chance to get the html content (mime) from a rich text component without any datasource. I would like to grab the content from the field like this. getComponent("FieldName").value but ...
2
votes
3answers
141 views

XPages - onkeypress event not trigerring click properly

I created a search field (id:searchField) and a search button (id:searchButton) using Xpages Custom Controls. I added an onkeypress event on the search field such that it will trigger a click to the ...
2
votes
1answer
63 views

How to wrap the items in a <xe:djextListTextBox> at a certain width

I am trying to wrap the items in a xe:djextListTextBox so that when I have added items to a specific width the next item added starts at a new line. Currently I have the xe:djextListTextBox in a ...
2
votes
2answers
259 views

Installing Source Control with Lotus Notes Designer 8.5.3 GEF SDK missing

We want to use subversion as source control for our Lotus Notes Applications. Niklas Heidloff published a documentation how to add the necessary applications to our 8.5.3 Designers to make a ...
2
votes
2answers
88 views

How to set the order of validation messages?

We're using the "Error Messages" XPages (native) control to show the validation errors to user. It works. The validation is done by setting the field as required and entering the field error message. ...
2
votes
2answers
77 views

XPAGES: Link name using getelementbyid

How can I get the label of the link that is clicked by the user? I have tried: var elem=document.getElementById("#{id:link1}");var lbl=elem.label; But this is not returning the label name.
2
votes
3answers
86 views

Using folders to keep images neat and organized

So I'm used to this kind of sorting my source files, but I can't seem to be able to find a solution to this problem in Xpages. It would be great if I can store my images like for example: UI images in ...
2
votes
3answers
82 views

MultiLanguage NotesView Content in Xpages

I have realized a full Xpages application width > 200 Notes View..and for translate I use the native option "Localization options" into Xpages settings. All work very well (can now write the ...
2
votes
4answers
226 views

What would you choose - XPages or old forms style development?

Most of our Lotus Notes developers do not have XPages experiance. They are used to doing old style forms development. We are designing a new Lotus Notes database application that is required to be ...
2
votes
2answers
969 views

Meaning of java.lang.ClassCastException: someClass incompatible with someClass

I was experiencing occasional exceptions in XPages application: java.lang.ClassCastException: someClass incompatible with someClass. Both mentioned classes are the same, it is class used as session ...
1
vote
2answers
16 views

In Multi-NSF Application, How to Clear Session?

When the user clicks a logout link, it's easy to clear the current database's sessionScope map: var iterator=sessionScope.keySet().iterator(); while (iterator.hasNext()) { ...
1
vote
1answer
66 views

what's the benefits of using data context in xPages?

I have never used data context in xPages and would like to know the benefits, If I want to return something in memory I often call function in a SSJS scriptlibrary which I believe is also stored in ...
1
vote
2answers
47 views

Repeat control, pass db and view in order to improve performance?

I have the following repeat control showing all products: <xp:repeat id="rptProduct" rows="16" value="#{vwProduct}" var="productRow"> <xp:panel styleClass="linkPanel" ...
1
vote
2answers
49 views

how to suppress the enoying dialog boxes when developing xPages?

Anyone know how to remove or supress the enoying dialog boxes when developing xPages If you are just making small xpages application you might not see these very often, but the more complex your ...
1
vote
1answer
47 views

How to override context.getUser()

for a my current project I would like to overide the context.getUser() method to return a custom pojo which extends the default object returned? The reason I would like to do is so that I dont have ...
1
vote
2answers
70 views

How to apply deep linking in the mobile controls

I'm trying to use mobile controls in a recent extension library. I've setup the basic structure and it seems to be working. However when I navigate to a page I don't get a # with the page name ...
1
vote
4answers
159 views

Is it possible to add styling to the HTML body tag in a XPage?

I would like to add styling to the body tag, currently I end up with this code: <body class="xspView tundra"> <div style="margin: 0px"> but I would like to achieve this: <body ...
1
vote
1answer
53 views

Xpages type ahead functionality don't work in Internet Explorer 9

I developed a web form in Xpages with functionality "type ahead" for a field. Works perfectly in Firefox, Safari, Chrome, IE 7, IE 8, but does not work in IE 9. When I start typing in the field with ...
1
vote
2answers
50 views

How to get the data from a custom propertie that is in a group on an custom control on an Xpage?

I'm working on a custom control that has custom properties. If I want to use the value of a property it is very easy. For the value of the property "maptype" I can use compositeData.maptype But how ...
1
vote
2answers
69 views

Sorting a NotesDocumentCollection based on a date field in SSJS

Using Server side javascript, I need to sort a NotesDcumentCollection based on a field in the collection containing a date when the documents was created or any built in field when the documents was ...
1
vote
1answer
142 views

Automatically add rows to a Data View?

I am using a Data View control and the Pager Add Rows control to allow the user to add more rows to the data view. Can I extend the Pager Add Rows control to automatically add rows to the Data View ...
1
vote
5answers
168 views

How do I hide a menu item with an <li> tag in XPages

I have a traditional menu that us based on this convention <ul> <li><xp:link>menu link 1</xp:menulink></li> <li><xp:menulink>menu link ...
1
vote
2answers
62 views

Anyone found a way to persist a password field after an invalid submission?

I have five fields, two are password fields. All are required. If the user does not complete the first field but does complete the password fields, when they submit and server side validation kicks ...
1
vote
2answers
56 views

Access elements on extlib Application Layout

I want to access the search options pulldown on the Application Layout control in order to check the value before selecting the page name. I've tried getComponent("searchopt").getValue() but just ...
1
vote
3answers
90 views

Can't type url src ampersand in XSP Editor

The xPage XSP editor does not allow me to type & in the src url <xp:script src="http://maps.googleapis.com/maps/api/js?key=1234&test=1" /> or <script ...
1
vote
1answer
84 views

Is there a way to generate JavaDoc from within Domino Designer?

I export my Domino Designer Java code to Eclipse in order to generate JavaDoc but this is cumbersome. I have tried on several occasions to do the same thing from inside DDE but the process fails and ...
1
vote
4answers
113 views

Searching in a category filtered view

I have a view that is categorized by Country and then sorted by customer name - customer name is not unique (it is the list of jobs, so customers appear often). I can filter the view easily with a ...
1
vote
1answer
74 views

How to always return a java.util.Vector

If the value in my control only have one value the following code will return a String, if there are more than one value the code will return a java.util.Vector. getComponent("mycontrol").getValue(); ...
1
vote
1answer
66 views

Can you turn off the @ that prepends all properties return by the Domino Data Service in 8.5.3

For the Domino Data Services which is new with 8.53 and the XPages Extension library I want to turn off the @ that prepends all properties that are returned in the JSON data from a REST API call. ...
1
vote
4answers
137 views

Build Automatically V's Build Manually

"Build Automatically" is a real pain when you are working on a slow server because sometimes when you change one small item of code ( or even just look at it ) the whole project seems to rebuild - ...
1
vote
3answers
53 views

Can you find the logical size of a single NotesDocument in a DAOS-enabled database or an uploaded file size?

I'm doing some feasability for an XPages application. One of the aspects is checking the amount of space used by users. The database will be DAOS-enabled to minimise the size of the NSF. Is it ...
1
vote
4answers
203 views

How do I login to a public Lotus Domino web application using social networks [closed]

I have a public website created with xPages, My user are not logged to Domino (i.e anonymous) but I still want to display information for the users that is already logged in to facebook or twitter ...
1
vote
3answers
125 views

lotusSpellChecker and ckeditor Xpages?

I'd like to activate the spellcheck plugin in CKEditor but it seems that IBM has disabled the native plugin. Looking at the config.js in the data\domino\html\ckeditor directory on the Domino server I ...
1
vote
1answer
198 views

Loading javascript resources in custom controls on xPages partial refresh [closed]

I have several custom controls in my xPage, each of the custom control contain client side javascript resources. I have noticed that if I add custom controls to my xpages and set rendered to false ...
1
vote
7answers
254 views

How do I access SQL from XPages

What is the process to access data from a SQL data source and have it fill in a list box control so that the user may select one of the values? I have been given the name of the database and ...
1
vote
2answers
180 views

In an XAgent inside XPages how to redirect to a new Window?

I have this XAgent with seems to work fine but it opens it in the CURRENT browser. How would I open it in a new window? This code is running in After RenderedResponse of an XPage. Thanks // Track ...
1
vote
2answers
94 views

How do I refresh a series of panels using a Partial Refresh

I have a form with 6 different Custom Controls. Within each of these CCs are panels that render or not based on a set of values from the first CCs. How can I refresh all of them at the same time with ...
1
vote
4answers
118 views

Binding an edit box within a custom control to a form field programatically

I have a notes form with a series of fields such as city_1, city_2, city_3 etc. I have an XPage and on that XPage I have a repeat. The repeat is based on an array with ten values 1 - 10 var ...
1
vote
3answers
69 views

Are there specific functions that are simply unusable when taking an XPage to mobile devices?

I have an application that will need to better support tablets in the future. I have seen some apps already created with UP1 and ExtLib Mobile Controls but I was wondering if anyone knows of specific ...
1
vote
4answers
156 views

Merge multiple NotesViewEntryCollection and sort on date

I have some NotesViewEntryCollection that I want to merge into one collection, and then sort on date. All the collections are gathered from the same view, so there wont be a conversion problem. Have ...
1
vote
2answers
194 views

Refreshing profile documents in XPages

I created a profile document in Lotus Notes that saves a boolean value. Then I created an XAgent that returns the value as plain text (either true or false). The problem is: when I changed the value ...
1
vote
3answers
182 views

Subtracting date fields in xpages

Can anyone help me to come up with a formula to: (1) subtract dates in xpages [not in lotus client] I am a beginner in xpages with no experience in xpages javascript or xpages expression language. ...
1
vote
1answer
128 views

How to add an event to a Custom Control in Lotus Domino XPages?

I'm developing an Lotus XPages solution. I have a Custom Control that I would like to have additional functionality in the form of an event call-back. Is it possible to create a JavaScript callback ...

1 2