Sunday, May 15, 2011

Iframe the applications developed by Oracle JDeveloper 11.1.1.4

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