I have an xpage that contains a data input field. However, I don’t want to display it until another user has selected a record. So, (in very simple terms), I need my xpage to somehow poll the server - every few seconds - to check for a selected record in a view (it will always be the first record in the view).
I can see how I would do that in ‘straight’ javascript, but I want to understand how I could do that in an xpage way. In other words, is it possible to make a UI component poll the server, and then fire some sort of onchange event?