The IBM Lotus Domino XPages Server Side Javascript Language

learn more… | top users | synonyms

0
votes
2answers
72 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
86 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"?> ...
0
votes
1answer
72 views

Partial refresh on dynamic field binding removes values

Really looking for an idea why my XPage is doing this. I have field with a dynamic databinding: <xp:inputText id="CORE_Input" ...
1
vote
1answer
52 views

How can I bind a panel to either an existing doc datasource or to a newly created document?

In an xpage which is bound to its onw document datasource ("parent") I'm having a repeat control showing some view data (containing dependant docs, or "responses") as well as a button to create new ...
0
votes
1answer
56 views

Open calculated link from view column on an new window/tab in x pages

I am trying to open a view column link into new window or tab. I am not able to get through. I have used numerous ways like mentioned in some of the pages under same category. Here is my sample code. ...
0
votes
1answer
17 views

XPages how to call function for each document in a repeat

In my XPage I have a repeat control. For each document in that repeat control I need to pass into a function which performs some crazy logic and potentially updates that document. The only way I can ...
0
votes
3answers
86 views

Can you Sign The agents in a database programmatically?

Is there a way to programmatically sign the agents in a database? I'd like to use a run on server agent to sign the agents of a database that I pass it. I'd like to do this using LotusScript or an ...
0
votes
2answers
124 views

java.util.ArrayList incompatible with [Ljava.lang.Object check box group

I have a Check box group, whose values are computed by using the selected values of another Check box group. So when I do var check6:com.ibm.xsp.component.xp.XspSelectManyCheckbox = ...
1
vote
1answer
49 views

Is it possible to combine @ Functions with sessionAsSigner in XPages SSJS?

I have a processes that uses the sessionAsSigner to do some things that the signer has access to do, but not the current user does not. This works well enough. example: var db = ...
0
votes
1answer
103 views

XPages SSJS get all users under a role and put into combobox?

I did the following code in my combobox values but it's empty although I did put some user into the ACL with the roles 'Reviewer': var arr=new Array(); var acl:NotesACL=database.getACL(); var ...
0
votes
0answers
194 views

Cannot get selected value of a combobox

I'm going crazy: I cannot access the selected value of a combobox in the onchange event: <xp:comboBox id="comboBox1" value="#{sessionScope.groupBy}"> <xp:selectItem itemLabel="nothing" ...
1
vote
2answers
148 views

Xpage, createForm=false disables SSJS events on links?

I ask this just to be clear here: I accidently set the createForm property to false. I then expected a link event that should open another page only not to function any more. Is this the intended ...
1
vote
2answers
52 views

Set rendered property for CSS resource from a Theme based on some CSJS condition?

Is there any way to compute rendered property based on some JavaScript condition? For Example: if document.compactMode == "BackCompat" All examples I find; use SSJS #{javascript:condition;} ...
0
votes
1answer
38 views

Colored text in section header on Xpage

I really want to set some different colors based on different values in the header of a section. Header is computed like this: var stat = rowData.getColumnValue("Status"); var sectionText = ...
0
votes
0answers
51 views

XPages SSJS setValue or replaceItemValue

On pressing a save button I have code in a script editor to grab a field, split it up and place those parts into other fields on the XPage which are bound to fields on a form. However, ...
1
vote
3answers
153 views

No luck while opening a link in new tab using XPages

I am working on application and I got stuck when I wanted to open a link on new tab or window. I am using Lotus Notes Designer Release 8.5.2FP1. I have attached my piece of code. <xp:eventHandler ...
1
vote
1answer
138 views

How to extend oneuiv3 in Xpages?

I have tried to apply the new oneuiv3.0.2 styles to my application but failed. My theme contains this: <theme extends="oneuiv3.0.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
0
votes
1answer
115 views

What might make context.redirectToPage behavior different

I have two buttons in different custom controls which within their onclick events call context.redirectToPage(). In one instance, this causes an HTTP redirect (HTTP status of 302) to the expected URL ...
2
votes
1answer
65 views

Read content from non xp:inputText field with ssjs

Is there a way to read a field with ssjs that is created via client side javascript (so is no xp:input field, it's a simple html input field wich is in the notes form-tag)? I know i can send the value ...
0
votes
2answers
104 views

Xpages ACL validation from the XSP document level

Is it possible to validate the Xpage's ACL depending on the Source document's field value. We need to make the Authors & Readers ability at XPage level (as per requirement I am not supposed to ...
0
votes
1answer
86 views

The design of column Name does not provide for sorting the view as requested in Xpages

Our customized XPages name picker started to throw following error. It was all working fine with Domino 852 FP4 but after our upgrade to Domino 853 FP3, its starting to throw following error. Its ...
0
votes
1answer
114 views

XPages: Generate CSV file and attach to mail

I'm trying to generate a csv file (specifically an .ics) and attach this to an email. The Email is composed via an SSJS-Function. An opportunity could be to generate the csv file, save it to a ...
1
vote
2answers
296 views

xe:dialog won't open in edit mode with view picklist OpenNTF control

I'm using the Extension Library and XPages to build a web based workflow application. One feature is to prompt a dialog and select the next approver before submitting it forward. For new documents, ...
0
votes
3answers
117 views

Can't get Apache POI to work in SSJS

I'm trying to import an excel sheet of any kind (xls/xslx) into my database via an Xpage and the following code returns with an error: importPackage(org.apache.poi.ss.usermodel); var ...
2
votes
3answers
101 views

getDocument() from a XSPDocument is null randomly

In a production application that I have developed sometimes I get an error saying .getDocument() is null. I have added checks in my code that traps an error if this happens. And the strange thing is ...
1
vote
1answer
132 views

What class is the return object for facesContext.getExternalContext().getRequest().getSession()?

When attempting to the get the Session in SSJS on an XPage (as explained here), the type ahead will only go as far as getSession(). I can see the getSession() call returns a standard ...
0
votes
3answers
138 views

XPages Get handle to document in a repeat control

I have a repeat control bound to a view data source. In each row I have a link which when pressed I want to stamp that back-end document with a few field value changes and then save those changes. If ...
1
vote
2answers
70 views

UTF-8 in NotesMIMEHeader sendTo field

i use this script from xSnippet to send emails via SSJS http://openntf.org/XSnippets.nsf/snippet.xsp?id=create-html-mails-in-ssjs-using-mime it work greate, but when i have an email address with an ...
0
votes
3answers
142 views

Getting properties/parameters from page level

I wonder if I can get the parameters and/or properties of an xpage or custom control programmatically. <xp:view xmlns:xp="http://www.ibm.com/xsp/core" id="layout"> <xp:this.properties> ...
0
votes
1answer
164 views

Xpages : Strange behavior of Response Document

I have 2 buttons, button1 (to create response doc for NEW main document) & button2 (to create response doc for existing main doc) For the first time when I create a new main ‘MyBirthday’ document, ...
0
votes
1answer
87 views

customValidator without requiredValidator?

I am struggling with a custom validator for a text field. It seems that the custom validation only works AFTER the required validation is executed. This means that a field without a requiredValidator ...
1
vote
1answer
162 views

Formatting number via java.text.DecimalFormat always returns error in SSJS

I am trying to format a number using java.text.DecimalFormat in SSJS but it returns an error. Here is my code snippet. var df:java.text.DecimalFormat = new java.text.DecimalFormat("000"); ...
0
votes
2answers
97 views

Recycle and GetNextDocument / GetNextCategory in NotesViewNavigator?

How do I do a recycle for GetNextDocument or GetNextCategory in a NotesViewNavigator? Neither takes an argument so you can't use the conventional method of using a temp variable to pre get the next ...
0
votes
1answer
180 views

Get Column Values of Searched (Filtered) View Results

I am doing a search query on a viewPanel. When the results get displayed in the view, I want to loop through only the returned results and build an array of names for each row. I have the Name field ...
1
vote
1answer
205 views

SSJS equivalent of LSI_Info from LotusScript

Most of my code is error handled with try/catch and OpenLog (modified to handle SSJS exceptions). Unfortunately, exception in SSJS gives hard to read stack trace. So I need to pass more info - at ...
0
votes
2answers
83 views

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

Grab client-side field value in server-side JavaScript in XPages

I seem to be missing something with XPages. I have a button that has server side JS which is attempting to get the value from the 2 existing fields on the document. I enter values in the form and ...
0
votes
1answer
69 views

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 ...
1
vote
2answers
216 views

XPages getEffectiveUserName()

I'm using an XPage as an agent (XAgent) which makes an SSJS call into some Java classes stored as Java design elements. I want the processes which are instigated by the XPage to be in the context of ...
0
votes
2answers
126 views

compute dynamically the allowDelete property of file download xpages

I am using a file download control and I would like to set the value of the "allowDelete" property dynamically depending on whether the document is in edit or read mode. However, this property is ...
0
votes
1answer
191 views

Upload Captured Image to Domino Server via Phonegap FileTransfer.upload Method

I'm using Phonegap to 1. capture a photo, 2. display the photo, 3. upload the photo. #1 and #2 are working. For #3, I'm trying to use the FileTransfer.upload method to POST the captured photo to a ...
0
votes
0answers
161 views

xpage Partial refresh on button click

i am having xpage with one label on clicking that label partial refreshing one panel inside the custom control with in same page .That time i am printing url in page before load event of the page ...
1
vote
3answers
110 views

How to handle localized numeric values in Xpage?

I have a Xpage with three fields, all Number declared; Nominal, Price and PaymentAmount. I want to calculate the PaymentAmount using Nominal * Price. In SSJS onChange I use the following code: var ...
-1
votes
1answer
145 views

Xpage Tabbed panel issue

Actually i am using tabbed panel inside the panel named(tabs).And having menu on clicking that menu link setting viewScope variable .it will passed to " Tab open by default "there i am using code like ...
0
votes
3answers
177 views

#{javascript:viewScope.something} won't update after context.redirectToPage(…)

It is not long ago that I asked this question, which was about updating a property bundle after a csjs-induced full refresh. I solved it with a URL-parameter that lead to a context.redirectToPage. ...
0
votes
3answers
181 views

View Search ( Notes error: Query is not understandable)

I am trying to create a Xpage view search in application, for the below query alone I am getting an error "Notes error: Query is not understandablecode" Code:var strQuery="Field ...
0
votes
2answers
324 views

XPages save data source and new doc changes previous doc

I have a document data source (create document with no parent id) bound to a panel. Within the panel I have 2 other panels. On completing the fields in panel 1 I click a link to reveal the 2nd panel ...
-1
votes
2answers
133 views

refresh notes uiview from web

A Lotus notes doucment is oepned in browser from a notes view. This is opened using xpage and after save and exit like to automatically refresh uiview to show the back end changes. Any ideas how to ...
4
votes
2answers
386 views

Are JAR files in WebContent/WEB-INF/lib available to Java design elements in Domino Designer?

When using Domino Designer 8.5.3, I have a bunch of custom classes added using the Java design element. I want to use a 3rd party JAR in my custom classes in the same way you would when using external ...
0
votes
1answer
133 views

Xpages javascript object error calling simple function

I am getting the following error when trying to make a simple call from the beforeRenderResponse event of an XPage: Error calling method 'IsLoggedIn()' on an object of type 'object [Javascript ...

1 2 3