Xpages ComboBox

Hello there:

I want to fill a combobox with values from a global javascript variable , but appears error variable “no found”, and I don’t want to use session variables, do you have some advice?

thank you in advance

Nina.

Subject: It it SSJS or client side JS?

It it SSJS or client side JS?

Subject: Xpages ComboBox

Hello Mark :slight_smile:

All is in server side

I use “Combobox/Values/Add Formula Item” to call the global var.

thank you

Nina

Subject: But is the global JS var client or server side?

  • If it’s server side you should be able to select “javascript” as the “binding” and simply enter it.

  • If it’s client side you’re in trouble. Might be simplest to investigate dojo.

Hope this helps…