
template.archive.xhtml.checkbox.vm Maven / Gradle / Ivy
#if( $fieldErrors.get($parameters.name) )
#set ($hasFieldErrors = $fieldErrors.get($parameters.name))
#foreach ($error in $fieldErrors.get($parameters.name))
$!error
#end
#end
#* Use an extra table so that the checkbox doesn't align with the other columns. *#
#parse("$!{tag.templateDir}/simple/checkbox.vm")
#parse("/$parameters.templateDir/xhtml/controlfooter.vm")
© 2015 - 2025 Weber Informatics LLC | Privacy Policy