Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\completePPR.jspf
<%@ page import="oracle.cabo.ui.partial.PartialPageContext"%> <%@ page import="oracle.cabo.ui.partial.PartialPageUtils"%> <%@ page import="oracle.cabo.servlet.ui.partial.PartialPageEventUtils"%> <% PartialPageContext partialPageContext = PartialPageEventUtils.createPartialPageContext(request); if (partialPageContext != null) { // Get the "full page" version of the PartialPageContext PartialPageContext fullPageContext = PartialPageContext.getFullPageContext(partialPageContext); // Set the "full page" version of the PartialPageContext on the RenderingContext. This will cause the // full page to be rendered and then copied from the iframe into the parent window PartialPageUtils.setPartialPageContext(renderingContext, fullPageContext); } %>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de