>From: "stephan opitz" <[EMAIL PROTECTED]> 
>
> tried again... 
> 
> dont know how to define the validatorScript 
> 
> <span jsfid="s:validatorScript" functionName="validateForm"/>
> 
> should be ok, but exception... 
> 
The shale commons validator has a dependency with commons validator 1.1.3.  
Check to make sure that you are not including validator 1.1.4.  If you are 
using maven, try adding a dependency to your pom.xml.
<dependency>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
<version>1.3.0</version>
</dependency>

Reply via email to