
template.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("/template/simple/checkbox.vm")
#parse("/template/xhtml/controlfooter.vm")
© 2015 - 2025 Weber Informatics LLC | Privacy Policy