Re: [Amount pattern matching - validator]

2006-04-18 Thread Deva Pitchai(NatureSoft)
hi Vinit Thanks for your reply. I will it up and update you in a short tim. THanks again Deva Vinit Sharma wrote: Hi, "Each validator form is grouped within a FormSet element in the Validator configuration file. The FormSet has language, country, and variant attributes that correspond with

Re: [Amount pattern matching - validator]

2006-04-18 Thread Vinit Sharma
Hi, "Each validator form is grouped within a FormSet element in the Validator configuration file. The FormSet has language, country, and variant attributes that correspond with the java.util.Locale class. If these attributes are not specified, the FormSet will be set to the default locale. A FormS

[Amount pattern matching - validator]

2006-04-17 Thread Deva Pitchai(NatureSoft)
Hi all, I would like to validate the following pattern using validator Any idea foo how to achieve this? my propable pattern is ... 9.999.999.999.999.999,99 [French notation] In short, if a user enter the value for this field, it should match this pattern. thanks in adv -- Regards, Deva.