Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Unable to load content in a frame. Frame content will load at the top level

User772606-OracleJan 16 2013 — edited Jan 16 2013
Hi,

We have a requirement that one of our (Planning) page is to be invoked from Financial Reporting (FR a different web app). When FR opens the Planning page in a new frame we get a dialog with message:
Unable to load content in a frame. Frame content will load at the top level.

To resolve this I have set the frame busting to "never".
  <context-param>
    <param-name>oracle.adf.view.rich.security.FRAME_BUSTING</param-name>
    <param-value>never</param-value>
  </context-param>
This resolved the issue, but I want to know is this safe from security perspective.

Thanks,
Manish.
This post has been answered by Frank Nimphius-Oracle on Jan 16 2013
Jump to Answer

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 13 2013
Added on Jan 16 2013
1 comment
493 views