Questions regarding ssjs - Server Side JavaScript
Questions tagged [ssjs]
126 questions
11
votes
2 answers
Netscape Enterprise Server and Server-Side JavaScript (SSJS) vs Node.js
What are the major differences between the Netscape Enterprise Server implementation of Server-Side JavaScript (SSJS) and the node.js implementation?
Why did not Netscape's implementation gain attention while the node.js seems to be far more…

Handsome Nerd
- 17,114
- 22
- 95
- 173
8
votes
1 answer
XPages execMode partial removes DOM elements when it's put in rendered
I have a fileUploader on one of my XPages. The problem which I have encountered is when I try to use it with xp.this.rendered property it actually REMOVES a DOM element which it's supposed to update. Without the property it works so well, but…

J.Doe
- 179
- 14
5
votes
1 answer
Server Side Javascript On Apache Server
We intend to use Apache server for web development.
For serverside scripting we wish to use server side javascript.
What is needed to make serverside javascript work on Apache server?
Is SSJS recommended to use for serverside scripting?
Where can…

Tornike Shavishvili
- 1,244
- 4
- 16
- 35
4
votes
1 answer
Why the dialog on JQuery doesn't work in XPages
I have an XPage which uses JQuery dialog. The problem I've encountered that the data which is entered to the fields is always null if it was entered in the dialog. In a case it was entered in a plain visible div everything works fine. Why? Here's…

J.Nick
- 205
- 2
- 9
3
votes
2 answers
documentId resolving code doesn't get executed XPages
In my XPage I need to set a data source (Domino document)
I try to do it as follows:

J Doe
- 33
- 3
3
votes
1 answer
Custom converter for textbox
Let me put the question in other words so, it may help remove it as a duplicate,
Is there a way to to use Xpages custom converter to display URL in text box as a hyperlink.

user3379225
- 101
- 5
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 SSJS - Outputting files is slow for large files
I am trying to output pdf files i have on the local filesystem of the domino server using instructions from Steve Wissel's page(s).
http://www.wissel.net/blog/d6plinks/shwl-7mgfbn
The file will get downloaded, but it takes a few minutes for files…

Patrick Picard
- 35
- 5
2
votes
1 answer
Domino FT Search (SSJS) slow on Production server
I am using SSJS in my Domino based Xpages application and calling FT Search in my Script. The FTSearch results are faster on Development server but slow on Production Server. The data size is same on both Development and Production servers.
What…

user12039174
- 49
- 1
- 5
2
votes
1 answer
XPages getComponent() doesn't work correctly
I have an XPage which uses JQuery dialog and client-side validation to validate the input the user processes. The problem is that when I click Add button client-side validation works, but properties from those fields 'cannot ' be found on server…

Robert Baratheon
- 139
- 1
- 9
2
votes
1 answer
Getting JSON data from restService in XPages
Is it possible to get the json data from a restService using code instead of using the pathinfo?
looking for something like: getComponent("restService1").get...
…

Thomas Adrian
- 3,543
- 6
- 32
- 62
2
votes
1 answer
How to pass a reference to a file from Java in xpages
I am sorry for my English. I use a translator. There is a code to Java. Reads from the database of the field Posgresql bytea binary data and stores it in a file:
public static void saveToFile() throws IOException {
try {
…

JohnLemon
- 91
- 8
2
votes
3 answers
XPages - SSJS - Get ALL profile documents
With LotusScript I can use Set notesDocumentCollection = db.GetProfileDocCollection() to get a collection of ALL the profile documents in a database. I would like to do the same using SSJS. However, database.getProfileDocCollection(profileName)…
user1358852
2
votes
2 answers
Xpages phone number
In my application I have a field which have to store a phone number. The field must not allow characters but only numbers. The problem is that the format is something like:
0752344234
and if I add something like this, Xpages will save the field as:…

Florin Pop
- 5,105
- 3
- 25
- 58
2
votes
1 answer
Xpages send attachment from a document to another
I have a document which is comming for a scanner. The scanner sends an email to my database and from a view I can access that document and see the attachment and the subject.
Is there a way I can use the attachment and to put it in another document?…

Florin Pop
- 5,105
- 3
- 25
- 58