Client side.. the nifty new dojo popup.
If I disable client side validation it works fine, and I will do that
for now.. but I'd really rather not.
Thanks again
Tony
Andreas Andreou wrote:
well... the code is correct... i even tried it myself!
So, what kind of validation error you get?
Client side? or server side? What happens if you disable javascript?
On 5/11/07, Tony Nelson <[EMAIL PROTECTED]> wrote:
Sorry, I should have supplied that in my original e-mail.
public abstract Integer getTradeId();
Thanks again
Tony
Andreas Andreou wrote:
> What's the type of tradeId ?
>
> On 5/10/07, Tony Nelson <[EMAIL PROTECTED]> wrote:
>>
>> 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]