I am migrating orbeon forms application from 3.8 to 4.9 version. All of my forms where written with Eclipse/OxygenXML - not by built-in form designer. I have read all migration notes, and everything works fine but each *.xform page contains strange section (Reloading form) at the begginning. I can't find any error in orbeon.log file or other..
"Reloading form
This form has to be reloaded. This most likely happened because your session has expired, which might take to the login page. (If you think that you shouldn't see this message and that the problem persists, please contact support.)
OK $xforms-template-label$$xforms-template-help$$xforms-template-hint$$xforms-template-label$$xforms-template-help$$xforms-template-hint$"
Thanks for any suggestion what is wrong.
Regards, Grzegorz
You might be having this problem because of this:
What you are seeing in your browser is supposed to be there in the DOM, but it should be hidden by CSS. To check if this indeed explains the problem you're seeing, I recommend you add an
orbeon
class on your<body>
element (e.g.<body class="orbeon">
).