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?