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

Leave a Comment

Your email address will not be published. Required fields are marked *