Programmatically Accessing and Updating DataContexts
XPages provides a number of options for holding global variables at various hierarchical levels. Scoped variables allow data items to be scoped to application, session (browser session), view and request. But the values cannot be calculated dynamically within the map itself. However, they can easily be updated by accessing the map from SSJS or Java […]
Programmatically Accessing and Updating DataContexts Read More »