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

template.general.form-validate.ftl Maven / Gradle / Ivy

There is a newer version: 3.4.3-jdk8
Show newest version
<#if parameters.validate?default(false) == true>

	
	
	<#if parameters.onsubmit?exists>
		${tag.addParameter('onsubmit', "${parameters.onsubmit}; return validateForm_${parameters.id}();")}
	<#else>
		${tag.addParameter('onsubmit', "return validateForm_${parameters.id}();")}
	





© 2015 - 2024 Weber Informatics LLC | Privacy Policy