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

ui.registryExceptionAlert.ftl Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
<#-- @ftlvariable name="exceptionMessage" type="java.lang.String" -->
<#-- @ftlvariable name="attrsDump" type="java.util.Map" -->

<#if !(exceptionMessage??)>
    <#assign exceptionMessage = "---">

Error message:
${exceptionMessage}
<#if attrsDump?? && attrsDump?size gt 0>
Request attributes dump:
    <#list attrsDump as attrName, attrVal>
  • ${attrName} - ${attrVal}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy