
applications.fileChooser.jsf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of console-common Show documentation
Show all versions of console-common Show documentation
This bundle contains common code that may be shared across plugins.
The newest version!
$page{dirPathId});
getRequestValue(key="appNameId" value=>$page{appNameId});
getRequestValue(key="folderOnly" value=>$page{folderOnly});
getRequestValue(key="ctxRootId" value=>$page{ctxRootId});
getRequestValue(key="typeId" value=>$page{typeId});
getRequestValue(key="extensionId" value=>$page{extensionId});
getRequestValue(key="dropDownProp" value=>$page{dropDownProp});
testExists(attr="$pageSession{folderOnly}" defined=>$attribute{optionExist});
if (${optionExist}){
setPageSessionAttribute(key="folderOnly" value="#{true}");
setPageSessionAttribute(key="buttonLabel" value="$resource{i18n.button.ChooseFolder}");
}
if (!${optionExist}){
setPageSessionAttribute(key="folderOnly" value="#{false}");
setPageSessionAttribute(key="buttonLabel" value="$resource{i18n.button.ChooseFile}");
}
/>
$page{fileChooserId});
/>
$page{selectButtonId});
/>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy