$page{configName} default="server-config"); getRequestValue(key="name" value="#{pageSession.Name}"); urlencode(value="#{pageSession.Name}" encoding="UTF-8" result="#{pageSession.encodedName}"); urlencode(value="#{pageSession.configName}" encoding="UTF-8" result="#{pageSession.encodedConfigName}"); setPageSessionAttribute(key="selfPage" value="#{request.contextPath}/common/security/auditModules/auditModuleEdit.jsf?name=#{pageSession.encodedName}&configName=#{pageSession.encodedConfigName}"); setPageSessionAttribute(key="parentPage" value="#{request.contextPath}/common/security/auditModules/auditModules.jsf"); setPageSessionAttribute(key="childType" value="audit-modules"); setPageSessionAttribute(key="parentUrl", value="#{sessionScope.REST_URL}/configs/config/#{pageSession.configName}/security-service"); setPageSessionAttribute(key="selfUrl", value="#{pageSession.parentUrl}/audit-module/#{pageSession.encodedName}"); setPageSessionAttribute(key="rest-api" value="true"); gf.getEntityAttrs(endpoint="#{pageSession.selfUrl}.json", valueMap="#{pageSession.valueMap}"); gf.restRequest(endpoint="#{pageSession.selfUrl}/property.json" method="GET" result="#{requestScope.propTable}"); setPageSessionAttribute(key="tableList" value="#{requestScope.propTable.data.extraProperties.properties}"); //set the following for including buttons.inc setPageSessionAttribute(key="edit" value="#{true}" ); setPageSessionAttribute(key="showDefaultButton" value="#{false}" ); setPageSessionAttribute(key="showCancelButton" value="#{true}" ); setPageSessionAttribute(key="hasPropertySheet" value="#{true}" ); setPageSessionAttribute(key="hasPropertyTable" value="#{true}" ); /> #include "/common/shared/alertMsg.inc" #include "/common/shared/editPageButtons.inc" "

#include "/common/security/auditModules/auditModule.inc" #include "/common/shared/propertyDescTable.inc"
#include "/common/shared/changeButtonsJS.inc"