You have to add the property : valang
<property name="valang">
<beans>
<bean id="testCustomFunctions" class="org.springmodules.validation.ValangValidatorFactoryBean" lazy-init="true">...
Type: Posts; User: vanwobe; Keyword(s):
You have to add the property : valang
<property name="valang">
<beans>
<bean id="testCustomFunctions" class="org.springmodules.validation.ValangValidatorFactoryBean" lazy-init="true">...
Can you please tell me if it is possible, and if so, how to do validation of an array with Valang?
from the bean:
{setOfXTableArray[0].fullAmount : ? < 5 : 'fullAmount too big' }
This works...