XPages is IBM's web and mobile application development platform for collaborative and social applications built on top of the IBM Lotus Domino platform.

learn more… | top users | synonyms

0
votes
0answers
8 views

Trying to call a method from a bean within my custom control

This code is in the beforePageLoadEvent of an xPage: var aURL = eStarService.fetchDocLibraryDocumentURL( sessionScope.get( "PropertyNo" ), "Budget" ); sessionScope.put( "docURL",aURL ); var docUNID = ...
0
votes
1answer
6 views

Can I open a specific entry in a dojo accordion?

I want to put links in the left navigation of my application that open an xPage and select a specific accordion entry. Not sure how to do this Any thoughts?
0
votes
1answer
28 views

Search Xpages based on date range

I need to develop a search functionality into one of my client xpages to return documents based on 2 date fields, document date creation and document date of conclusion. I already have a query field ...
0
votes
1answer
50 views

Inline Editing of View data used in a repeat

I have a repeat control using a view as the datasource with a custom control within the repeat. The custom control is made up of a panel with two tables. One table has computed fields with an Edit ...
0
votes
1answer
73 views

Links/Clicks not working in Firefox after Using the Back button on an XPage

I'm finding that XPages I have, when loaded in Firefox, have an odd quirk that I can't seem to get around. On my XPage, there is a viewPanel, in which one of the columns is defined as such: ...
2
votes
2answers
53 views

xpages number converter with combobox in ND9

I'm having trouble using number conversion with numberConvert in a combo box in xpages on a Domino 9 server. This used to work on the 8.5 server. When I submit the values I get: Validation Error: ...
0
votes
1answer
55 views

Open new database in tab from xpages

Im trying to open a database from my server javascript in xpages, but cant seem to get it right var session:NotesSession; //var session = getSession(); agentContext:NotesAgentContext = ...
1
vote
1answer
87 views

How do you run the beforerenderresponse event via managed bean

I have managed been which i am using to handle the events on an XPage The beforePageLoad event runs fine using EL to run the bean: ...
0
votes
1answer
64 views

Xpage Custom Controls not displaying in edit mode

I have an xPage with a couple custom controls. One CC nested inside the other. When I place the xPage into edit mode the innermost CC does not swich to edit mode but it's containing CC does. What ...
3
votes
2answers
76 views

XPages: @DbName() removes slashes from the database filepath

I'm using @DbName() to get the name and filepath of a notes database. Unfortunately the filepath and name are returned as one string without slashes. For example, if the filepath is ...
0
votes
1answer
60 views

Intellisense (or Eclispse equivalent) in xPages Javascript for managed beans?

I wrote a managed bean and have succesfully incorported into an xPage. What I noticed is the intellisense (or whatevver it is called in Eclipse), does not work for the managed bean. Is there anyway ...
1
vote
2answers
68 views

Shared java resources in XPages applications

I try to implement most of the logic in any XPages application in Java. I don’t like the idea of attaching the jars or java code in the NSFs. I want to create repositories of java code that is ...
1
vote
3answers
64 views

Is there a way to get only portions of the data from a document through a REST Api call

I’m working on an application with documents containing 150+ fields. This is an HTML5 app that uses Domino / XPages / ExtLib as a data service mechanism. In most cases, when performing REST calls, I ...
0
votes
1answer
55 views

Nested repeat controls in XPages

I have a situation where I have a set of nested repeat controls. What I would like to do is be able to refresh only selected parts of the repeat controls after dismissing a dialog box. I can specify ...
-3
votes
1answer
103 views

Extracting a specific value from a view. (javascript)

I have a custom control with edit boxes populated by data from a view when clicking on button1. This button1 extracts the data from the view via this code. var vw = database.getView('BrowserStats'); ...
1
vote
1answer
38 views

XPages Extension library DOJO Tab container control CSS Modifications

I want to know, Is there any way to change the Style sheets of the extension library DOJO Tab container control? Thanks & regards, Yogesh Kashid
0
votes
2answers
105 views

XPages and Twitter Bootstrap Modal not working when using SSJS

It's pretty easy to get a Twitter Bootstrap modal working in XPages just by following the examples in the site. However, it doesn't seem to work if you want to use SSJS to affect the contents of the ...
1
vote
3answers
78 views

Query is not understandable - using field Fulltext search [Tags] = “foo”

I have a problem that only happens rarely with FT search. but once it happens it stays. I use the following search term in the FT search box in Lotus Notes [Tags] = "foo" in most application this ...
0
votes
0answers
61 views

Uncaught exception not enough arguments nsresult error after using twitter widget in Lotus Notes XPage

I am using the twitter widget from twitter in my XPage in lotus notes, I simply inserted the script into the Source of my XPage, sometimes the widget works, sometimes not, but it always gives me an ...
1
vote
3answers
92 views

How is your approach for creating your own set of controls aka own Extensions Library?

What is your approach for creating your own set of controls aka own Extensions Library? After a few years of Xpages development we have a huge set of controls that are general purpose for building ...
0
votes
0answers
39 views

JDBCRowSet Not working as expected with DB2

I've stumbled (over all the hair I pulled out in trying to figure this out) onto something that I don't know if it is a bug or me not doing things correctly. I've installed the latest version of the ...
0
votes
1answer
54 views

Opening document error noAccessSignal

I'm opening a document on xPageA then from there, (pushing a button) I open the same document in xPageB to do some stuff on it. Sometimes on some documents, opening xpageB from xPageA results in ...
0
votes
2answers
71 views

Error $ is not a function in xpages

I am plotting a graph in XPages using QJplot. It was working fine before until I copied the entire process ie, buttons that extract data, buttons that plot data etc. Now for some reason I keep getting ...
0
votes
1answer
73 views

XPages enable button if all checkbox in repeat control is checked?

I'm not using checkboxgroup because in my real application there are still other controls inside the repeat control. Below is my sample source: <?xml version="1.0" encoding="UTF-8"?> ...
1
vote
1answer
61 views

Concatenating parameters

I'm trying to concatenate a string in Expression Language to access a property of an object and failing to do so. Within an XPage in Lotus Notes, I want to programatically select which field to which ...
1
vote
3answers
90 views

Notes 9, rewriting URLs

How do you rewrite a URL in Notes 9 XPages. Let's say I have: www.example.com/myapp.nsf/page-name How do I get rid of that .nsf part: www.example.com/page-name I don't want to do lots of manual ...
1
vote
3answers
67 views

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

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 ...
1
vote
1answer
43 views

How to pass and display a custom control in another custom control

I am creating an application where I want to add data to a form in a wizard format. I will have a series of modal dialogs that step through the data entry process. I am using the Bootstrap modal ...
0
votes
3answers
77 views

How to catch delete and download events in File Download component?

I need to somehow catch an event when user deletes an attachment in File Download component (bin icon). I'd like to autosave document or at least tell him, that document has been modified and he must ...
1
vote
1answer
35 views

Want to take an action in a View Panel column to set filter criteria and open another XPage

I have a view panel control that displays a list of documents and some information about each. One of the columns is the storage location of the item recorded in the document. I want to make that ...
0
votes
1answer
54 views

Best way of updating XPages Extension Library, so that developers and server are on the same release

Last week we encountered some issues in a Notesdatabase, because me and my collegue developer were not on the same version of the extension library. What is the best procedure to make sure we're on ...
0
votes
1answer
50 views

Joining MS SQL tables in a JDBC query

I'm using a JDBC query to an MS SQL database as a datasource for a view. The datasource is something like: <xp:this.data> <xe:jdbcQuery connectionName="mssql" sqlQuery="select * from ...
0
votes
4answers
144 views

xPages date field in IBM Notes 9, the Default value not showing and Picker Icon not aligned properly

I have tested Xpage Application in Notes Client (xpinc) 9 and find the following bugs with Date/Time Picker. Given default value for the Date field. When viewing in the xpinc,not able to see the ...
0
votes
2answers
91 views

Getting values from repeat control

I have a field inside a repeat control. Right now am using a viewScope in the onChange event to capture the field values inside the repeat control. Each time the field has to partial refreshes in ...
1
vote
1answer
75 views

Is OneUI free to use in internal projects? [closed]

Have been looking for but couldn't find any licensing information regarding IBM OneUI. The one thing I see is a header inside core.css file, which says: "Use, duplication or disclosure restricted by ...
0
votes
2answers
85 views

How do I add a serverSide Javascript to a theme?

According to the book "Mastering Xpages" the most powerful feature for resources in themes is to use the tag <resources> and load both clientside and serverSide stuff. I have tried to load ...
1
vote
2answers
62 views

Check date range vs. some other date ranges for missing days

Here is what I want to do: I got a date range from e.g. 03.04.2013 to 23.04.2013 - that's my main range. Now I have the possibility to create some own time ranges (e.g. 04.04.2013 to 09.04.2013 and ...
0
votes
1answer
73 views

Dojo DataGrid (8.5.3 UP1) Returning Blank Rows - based on Readers field

Trying out a Dojo DataGrid control on an alternate XPage (so as not to impact production) for an existing View, which utilizes Readers fields in the documents. I've got the REST service implemented ...
1
vote
1answer
42 views

NotesMIMEEntity is null when opening document using sessionAsSigner

On a XPage I'm using the following code to load some text from a document's MIME entity: var dcl:NotesDocumentCollection=database.getView("myView").getAllDocumentsByKey("key",true); var ...
0
votes
1answer
65 views

xpages theme add script library to a scpecific XPage

All my XPages apart from "DefaultLogin.xsp" have a resource of xpServerSide added to them, but wondered if there was a way to add this resource via the theme?
1
vote
1answer
94 views

Is 'OpenNTF Domino API' project ready for production usage?

A month ago there was an information about 'OpenNTF Domino API' released with some initial binary package available. Is this release stable enough to be used in real applications? I looked to github ...
0
votes
2answers
125 views

XPage datatable and pager issue

On my XPage, I have a series of search filters (State, First Name and Last Name). The search button triggers the population of the datatable which is bound to a Managed Bean. The datatable initially ...
0
votes
2answers
45 views

Redirect shows up error “Could not create the page”

I got a small xpage containing a button with the following on click event: context.redirectToPage("http://server:8080/AWM.nsf/viewAllDocuments.xsp", false); As soon as I click on the button I geht ...
0
votes
3answers
63 views

Xpages - Convert a database searched document as currentDocument

I have an xPages form editing a document, which can be edited automatically (as a datasource) coming frme a view. But you can also input directly (in an input field) the key of the document; then (if ...
0
votes
1answer
105 views

Domino designer/notes xpages @DbColumn

I would like to ask for a help with some beginner issue. I have server named 'xx/yy' and i would like to view in combobox list of users from names.nsf . I created custom controller in designer and ...
0
votes
1answer
47 views

extension library and non english characters

Is there any problem with extension library 8.5.3.20111208.0717, specifically dialog component, and non english characters. I have an empty dialog and when I add its title, if the title is in English ...
0
votes
2answers
55 views

Keep Alive and Multiple SSO Domino HTTP configuration

I have some problem in this specific scenario: If my XPages application If I have my Domino HTTP configure with Single server setting the Ext.lib Keep-Alive control work well...and my session don't ...
0
votes
1answer
50 views

Strange behaviour using Chris Tooheys hint regarding “File Upload inside a dialog”

I just built a dialog box to create new documents including a few editble fields and file upload following Chris Toohey's great blog entry. This solution uses an iFrame inside an ExtLib dialog to work ...
0
votes
0answers
140 views

How to refresh a page via Back Button

I'm completely new to jQuery Mobile and just trying to get a feel for how it might to work in my environment. One Page 1 I'm displaying values that come down from the server. What I want to do is ...
0
votes
1answer
69 views

Instantiate applicationScope bean when Domino server loads

How do we do this in Domino: --FROM JSF 2-- @ManagedBean(eager=true) @ApplicationScoped I want to load my applicationScope bean at the start of the server, rather than tie it to a web page.

1 2 3 4 5 27