Please make the following entry in web.xml before creating any ADF/Webcenter portal application, and iframe the page in other applications.
<context-param>
<param-name>oracle.adf.view.rich.security.FRAME_BUSTING</param-name>
<param-value>never</param-value>
</context-param>
No comments:
Post a Comment