component already gone from page?

Can anyone give me a clue as to what is going on to trigger these INFO messages in the server log:

couldnt resolve the page of the component, component already gone from page? returning empty

These are a new and I think are being triggered by a form that has not itself seen any recent changes. I can reproduce manually in the deployed solution but cannot replicate locally in developer so any hints would be welcome!

Servoy Version: 5.2.16 - build 1029

that is logged when there was a request coming in from the browser to a component and that component was not there anymore on a page.
What kind of form does that happen for? Is this a tableview?
Normally this is not a problem because that was just something waiting to be processed but in the mean time the request just before it already updated the view in the browser to something else.

Hi Johan,

It is a table view - and there are some elements that are hidden in some situations. What is strange is that I only recently started getting these messages for this form and I don’t think anything has changed! As its only an INFO log entry and you say its not normally a problem I am happy to ignore it but is there anything particular I should look out for?

the only thing is do you expect something to be called that didn’t happen?
If not then there is nothing to worry about.