All Downloads are FREE. Search and download functionalities are using the official Maven repository.

configuration.ejbContainerMDBSettings.jsf Maven / Gradle / Ivy








    $page{configName} default="server-config");
        setPageSessionAttribute(key="parentObjectNameStr", value="amx:pp=/domain/configs,type=config,name=#{pageSession.configName}");
        setPageSessionAttribute(key="childType" value="mdb-container");
        setPageSessionAttribute(key="objectNameStr" value="amx:pp=/domain/configs/config[#{pageSession.configName}],type=mdb-container");

        setPageSessionAttribute(key="parentUrl", value="#{sessionScope.REST_URL}/configs/config/#{pageSession.configName}");
        setPageSessionAttribute(key="selfUrl", value="#{sessionScope.REST_URL}/configs/config/#{pageSession.configName}/mdb-container");
        setPageSessionAttribute(key="rest-api" value="true");
        gf.getEntityAttrs(endpoint="#{pageSession.selfUrl}", valueMap="#{pageSession.valueMap}");

        //REST-TODO take care of property table
        getChildrenTable(objectNameStr="#{pageSession.objectNameStr}" childType="property" result=>$attribute{tableList});

        setPageSessionAttribute(key="selfPage" value="#{request.contextPath}/ejb/configuration/ejbContainerMDBSettings.jsf?configName=#{pageSession.configName}");
        //set the following for including buttons.inc
        setPageSessionAttribute(key="edit" value="#{true}" );
        setPageSessionAttribute(key="showDefaultButton" value="true" );
        setPageSessionAttribute(key="showCancelButton" value="false" );
        setPageSessionAttribute(key="hasPropertySheet" value="true" );
        setPageSessionAttribute(key="hasPropertyTable" value="true" );
    />
    

    
#include "/ejb-lite/configuration/ejbContainerTabs.inc"
#include "/common/shared/alertMsg.inc"

#include "/common/shared/editPageButtons.inc"



     
     
         
         
             
                 
                 
             
             
                 
                 
             
             
                 
                 
             
             
                 
                 
             
         
     


#include "/common/shared/propertyDescTable.inc"

	
    
    "
#include "/common/shared/changeButtonsJS.inc"




© 2015 - 2025 Weber Informatics LLC | Privacy Policy