Xpages: context.getUrlParameter() does not work

I have a xpage with a label. The label data is computed to —

context.getUrlParameter(“h”)


I open the xpage with .nsf/myxpage.xsp?Open&h=test

As I loaded the first the very first time it worked, the label showed “test”. Now it does not work anymore, the label is empty. Restarting the local http task does not solve the problem. Restarting Notes does not help either.

Is there a known bug with this function?

Subject: Is the ‘h’ parameter always in the URL?

Doesn’t the parameter have to be in the URL for this to work?

Subject: sure, I open something.xsp?Open&h=test, so the parameter is in the URL.