Top "Xpages" questions

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

Is there a better way to sanitize input with javascript?

I wanted to write a javascript function to sanitize user input and remove any unwanted and dangerous characters. It must …

javascript regex string xpages sanitization
Pages does not render properly in IE 11 when using the bootsrapv3.0.0 theme

I have a very simple XPage with a table and some input fields. The application uses the bootstrapv3.0.0 theme and …

twitter-bootstrap-3 xpages
Parsing JSON from HttpClient request using JSON.org parser

I am trying to parse JSON using a Notes agent, JSON is fetched using Apache HttpClient. Here is the code …

java json parsing xpages apache-httpclient-4.x
Unexpected character ('<' (code 60))

I'm getting a weird error. This used to work. I'm not sure if it is app server, code, jvm? JVM: …

java json spring jackson xpages
Getting to scope variables in client side javascript (CSJS) on XPages

I am setting a viewScope variable in a server side javascript (SSJS) button. viewScope.put("branchName",doc.getItemValueString("BranchName")) How …

xpages
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 …

java lotus-domino classcastexception xpages
Sorting a HashMap by date

In a Java class I have a method to reOrder an existing HashMap by date. The HashMap is of a …

java sorting hashmap xpages
Getting attachments from document

This is all I need, nothing too fancy: I'm creating an url from files that have been attached in the …

lotus lotus-domino xpages