Site icon Techmix

How to get parameters from your query string with XPages

So how to get parameters from your query string with SSJS in XPages?

Quick & Easy, here’s the solution, for example: I want to get the value of parameter SelectionMode

context.getUrlParameter("SelectionMode")

There’s another way if you want to try

param.SelectionMode
Exit mobile version