Anyone know where I could find more documentation on the syntax of the below validation scripting language (in the CDATA section)? I searched http://static.springframework.org/sp...-reference.pdf but didn't find any matches for "valang".
Code:<bean id="tradeValidator" class="org.springmodules.validation.valang.ValangValidator"> <property name="valang"> <value> <![CDATA[ { streetName : length(?) < 31 : 'streetName too long' : 'streetName_length' : 30} ]]> </value> </property> </bean>


Reply With Quote