Skip to content Skip to sidebar Skip to footer
Showing posts with the label Xpages

How To Update A Value In Array Scoped Variable?

I have a scoped variable that stores an archive: viewScope.MY_SCOPE = new Array(); viewScope.MY_SCO… Read more How To Update A Value In Array Scoped Variable?

Cycle Through A List Of Agents Gives An Error

I have this code on an action button that should just run through the Agents and disable all of the… Read more Cycle Through A List Of Agents Gives An Error

Read Json Object In Csjs From Ssjs

I wanted to find out if its possible to send an array of json objects to csjs from ssjs in a sessio… Read more Read Json Object In Csjs From Ssjs

How To Disable Validators Using The Xsp.partialrefreshpost Method?

I am using XSP.partialRefreshPost to trigger a partial refresh from client side Javascript. I would… Read more How To Disable Validators Using The Xsp.partialrefreshpost Method?

Creating Response Doc From A Selected Document Within A DataTable With XPages

I try saving my document the document got saved without any error but the response document is no w… Read more Creating Response Doc From A Selected Document Within A DataTable With XPages