<%-- * Copyright (c) 2003, Oracle Corporation. All rights reserved. * * NAME * executionsTable.jspf * * NOTES * A common included file by jobsList.jsp * Active Jobs Table showing Executions * * MODIFIED * rkhazanc 10/31/03 - rkhazanc_em2go_bugfix_3069107 * rkhazanc created * --%> <%-- Adding following for PPR doesn't work. Clicking Next/Prev updates the tabledatasource appropriately without refreshing whole page, but need to do browser refresh to SEE the new block. partialRenderMode="self" id="jobsTable" --%> <%-- Job Executions Table --%> <% if ( Boolean.TRUE.equals ( application.getAttribute("em.jobs.ui.advanced") ) ) { %> <% } %> <% // delete run for advanced, delete for basic if ( Boolean.TRUE.equals( application.getAttribute("em.jobs.ui.advanced") ) ) { %> <% } else { %> <% } %> <%-- --%> <%-- --%> <%-- uix:styledText textBinding="submittedTo"/ --%> <%-- Form values --%>