Hi all,
I have an Apex page in which I want to display another Apex page (within the same workspace but other application) in a static content region using iframe tag:
This is working very nicely, but regions defined after this 'Display Example' region do no longer get displayed. Is that to be expected?
When setting the server-side condition of this 'Display Example' region to never, the other regions do get rendered.
Why is this ' iframe' region preventing other regions from displaying?
It looks like ' controle' is passed to the page in the iframe and never comes back from there.