Grabbing today's latest build, I'm still seeing the same dojo validation issue. As a bonus, there is a new debug message:

DEBUG: EXPERIMENTAL: dojo.i18n.number -- Not yet ready for use. APIs subject to change without notice.

Happy Monday!

Thanks in advance,
Tony Nelson

Tony Nelson wrote:
Does that mean there is a fix floating around somewhere?

Thanks
Tony

[EMAIL PROTECTED] wrote:
This is a regression, the JIRA issue is

https://issues.apache.org/jira/browse/TAPESTRY-1071
-----Original Message-----
From: Tony Nelson [mailto:[EMAIL PROTECTED] Sent: Thursday, May 10, 2007 6:57 PM
To: Tapestry users
Subject: I'm missing something obvious

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]



------------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to