• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

JSR 303 Custom validation annotation is not firing

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

I'm just starting JEE6 with Glassfish and JSF, and I'm trying to create my first JSR-303 validation. The problem I've got is that despite the fact that everything compiles, the validator class is never called. I've listed the code below. (I know that the validator doesn't make logical sense at the moment, there's more to go in it, I'm just trying to get it to work at the moment.) Can anyone see what I'm doing wrong.

Regards

The annotation;



The validator;


and my backing bean (trimmed);


 
I'm still in control here. LOOK at this tiny ad!
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic