configuration.webContainerSession.jsf Maven / Gradle / Ivy
The newest version!
$attribute{sessionTimeout}
Properties=>$page{props});
getTableList(Properties="#{props}", TableList=>$attribute{tableList});
/>
#include "/shared/restart.inc"
#include "/shared/treeBreadcrumbs.inc"
#include "webContainerTabs.inc"
#include "/shared/alertMsg.inc"
$attribute{tableRowGroup});
getAllSingleMapRows(TableRowGroup="$attribute{tableRowGroup}", Rows=>$attribute{newList});
convertRowsToProperties(NewList="#{newList}", AddProps=>$attribute{newProps});
prepareSuccessfulMsg();
setPageSessionAttribute(key="props", value="${newProps}");
saveWebSessionProps(
ConfigName="#{configName}"
SessionTimeout="#{sessionTimeout}"
newProps="${newProps}"
);
/>
#include "/shared/propertyTable.inc"
#include "/shared/changeButtonsJS.inc"