thats it - i had 1.14 from shale nightly builds...

with 1.3 all rendered without probs

thx gary

2006/8/7, Gary VanMatre <[EMAIL PROTECTED]>:
>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