• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

mask validation rule is not working

 
Ranch Hand
Posts: 169
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Mask validation rule is not working for me.
I have this entry in my validation.xml:


This is the entry in validator-rules.xml:

And I am also having corresponding entry for the key 'errors.invalid' in my resources file.

Why its not working?

Pls reply me.
Thanks.
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When you say "not working", what exactly do you mean? When you enter something that does not match the mask, does it simply not treat it as an error? Or does it redisplay the page with no error message?

Do you have other validations for the same page that are working?
 
Ja vardhan
Ranch Hand
Posts: 169
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Its not at all treating it as an error, its successfully going to next page.
no validation is happening.
 
Merrill Higginson
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you change the validation rule to "required", does that validation work? The reason I'm asking is that there are a number of problems that can occur to prevent validation from working. We need to know whether it's a problem with validation in general, or specifically with the mask rule.
reply
    Bookmark Topic Watch Topic
  • New Topic