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

security.realms.realmButtons.inc Maven / Gradle / Ivy

The newest version!



     
        $attribute{tableRowGroup});
            getAllSingleMapRows(TableRowGroup="$attribute{tableRowGroup}",  Rows=>$attribute{newList});
            prepareSuccessfulMsg();
            saveRealm(
                endpoint="#{parentUrl}"
                classnameOption="#{myOption}",
                attrMap="#{attrMap}",
                propList="${newList}"
                edit="#{true}"
                newPropList="#{requestScope.newPropList}"
            );
            javaToJSON(obj="#{requestScope.newPropList}" json="#{requestScope.tmpJSON}");
            gf.restRequest(endpoint="#{pageSession.parentUrl}/property", method="POST", data="#{requestScope.tmpJSON}", result="#{requestScope.restResponse}");
            gf.redirect(page="#{selfPage}&alertType=${alertType}&alertSummary=${alertSummary}&alertDetail=${alertDetail}");
        />    
    

    
        $attribute{tableRowGroup});
            getAllSingleMapRows(TableRowGroup="$attribute{tableRowGroup}",  Rows=>$attribute{newList});
            saveRealm(
                endpoint="#{parentUrl}",
                classnameOption="#{classnameOption}",
                attrMap="#{attrMap}",
                propList="${newList}"
                edit="#{false}"
            );            
            gf.redirect(page="#{parentPage}?configName=#{configName}")
        />
    
    
        
  






© 2015 - 2025 Weber Informatics LLC | Privacy Policy