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

Ignoring Validation On A Button

I'm adding a 'Cancel' button to an XPage that has a form with many required fields. Whe… Read more Ignoring Validation On A Button

How Do I Get The Parent Notesviewentry From The Notesxspviewentry?

Using SSJS I have a handle to a NotesXSPViewEntry which is a category in view,now I need to get the… Read more How Do I Get The Parent Notesviewentry From The Notesxspviewentry?

Opendocasreadonly Computed?

I know there is the True/False option for this, but I'm wanting to have it differentiate depend… Read more Opendocasreadonly Computed?

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?

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

Change Style Class By Changing Scoped Variable Value

I have a button inside an xpages div and I am trying to compute the style class of that button base… Read more Change Style Class By Changing Scoped Variable Value