I have a custom control with a repeat on it. In the repeat is a link which opens a different page. Also on that link is some ssjs to set a sessionScope variable.
The page that is opened uses that sessionScope variable to get some information. This should be fairly simple.
However there seems to be a delay on setting the ss variable, so when I first click a link it gives me an error opening the new page. If I go back and then click again the variable will be set to the value of the initially clicked link (even if I’ve clicked a different link).
I’m developing the xPage app for the client so was struggling with this, thinking it was an issue with what I was doing, but this DOES WORK on the web, so there’s obviously a problem on the client. I’m using 8.5.1 FP4 client, server is FP3.
Any suggestions or do you think this is just a plain bug?