I have a simple form that includes this: <input jwcid="[EMAIL PROTECTED]" value="ognl:tradeId" validators="validators:required,min=0,max=1000000" translator="translator:number,pattern=0" displayName="Trade ID" />
And no matter what legal numeric value I enter, I always get a validation error.
Where is my typo? Because I certainly can't find it. I'm using yesterdays 4.1.2 snapshot. <dependency> <groupId>tapestry</groupId> <artifactId>tapestry-annotations</artifactId> <version>4.1.2-20070509.030104-65</version> <properties> <war.bundle>true</war.bundle> </properties> </dependency> <dependency> <groupId>tapestry</groupId> <artifactId>tapestry-contrib</artifactId> <version>4.1.2-20070509.030104-68</version> <properties> <war.bundle>true</war.bundle> </properties> </dependency> <dependency> <groupId>tapestry</groupId> <artifactId>tapestry-framework</artifactId> <version>4.1.2-20070509.030104-76</version> <properties> <war.bundle>true</war.bundle> </properties> </dependency> Thanks in advance for any help. Tony
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]