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

node.nodeEdit.jsf Maven / Gradle / Ivy







     SSH case.
        if (! #{requestScope.sshConnectorExist}){
            mapPut(map="#{pageSession.valueMap}"  key="sshport", value="22");
            mapPut(map="#{pageSession.valueMap}"  key="sshuser", value="\\${user.name}");
        }

        setPageSessionAttribute(key="edit" value="#{true}");
        setPageSessionAttribute(key="showCancelButton" value="#{true}" );
        setPageSessionAttribute(key="hasPropertySheet" value="#{false}" );
        setPageSessionAttribute(key="title" value="$resource{i18ncs.node.EditPageTitle}");
        setPageSessionAttribute(key="titleHelp" value="$resource{i18ncs.node.EditPageTitleHelp}");
        />
    
            
#include "/common/shared/alertMsg.inc"
#include "/cluster/node/nodeAttr.inc"

"

#include "/cluster/node/nodeJS.inc"




© 2015 - 2025 Weber Informatics LLC | Privacy Policy