Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\properties\genPropsSgmnt.jsp
<%-- /* $Header: genPropsSgmnt.jsp 22-jun-2005.01:43:18 ssukavan Exp $ */ /* Copyright (c) 2001, 2005, Oracle. All rights reserved. */ /* DESCRIPTION NOTES <other useful comments, qualifications, etc.> MODIFIED (MM/DD/YY) ssukavan 06/22/05 - ADA Cat1 No Summary Attribute for Table Fix pratagar 05/30/05 - ADA Voilations asawant 03/25/05 - asawant_create_edit_gtp_page asawant 02/15/05 - Creation. */ /** * @version $Header: genPropsSgmnt.jsp 22-jun-2005.01:43:18 ssukavan Exp $ * @author asawant * @since release specific (what release of product did this appear in) */ --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%@ page import='oracle.sysman.eml.target.properties.controllers.GenericPropsCont'%> <%@ page import='oracle.sysman.eml.target.properties.data.GenPropsSgmntBean'%> <oem:pageSegment> <uix:dataScope currentDataBinding="genPropsSgmntBean@servletRequest"> <uix:bundle name="propsBundle" class="oracle.sysman.eml.target.properties.PropertiesResourceBundle"/> <uix:bundle name="cmnResBundle" class="oracle.sysman.resources.CommonResourceBundle"/> <uix:table id="<%=GenPropsSgmntBean.TABLE_ID%>" width="50%" alternateTextBinding="NOT_AVAILABLE@cmnResBundle" summaryBinding="GENERIC_PROPERTIES_PG@sdkBundle" tableDataBinding="tableData"> <uix:column> <uix:columnFormat width="30%"/> <uix:columnHeader> <uix:styledText textBinding="NAME_COL_HEADER@propsBundle"/> </uix:columnHeader> <uix:styledText textBinding="<%=GenPropsSgmntBean.DISP_NAME%>"/> <uix:formValue name="<%=GenPropsSgmntBean.NAME%>" valueBinding="<%=GenPropsSgmntBean.NAME%>"/> </uix:column> <uix:column> <uix:columnFormat width="70%"/> <uix:columnHeader> <uix:styledText textBinding="VAL_COL_HEADER@propsBundle"/> </uix:columnHeader> <uix:textInput textBinding="<%=GenPropsSgmntBean.VALUE%>" columns="52" disabled="<%=GenPropsSgmntBean.READ_ONLY%>" shortDescBinding="<%=GenPropsSgmntBean.DISP_NAME%>" name="<%=GenPropsSgmntBean.VALUE%>"/> </uix:column> </uix:table> </uix:dataScope> </oem:pageSegment>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de