aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes JSR 303 Custom validation annotation is not firing Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "JSR 303 Custom validation annotation is not firing" Watch "JSR 303 Custom validation annotation is not firing" New topic
Author

JSR 303 Custom validation annotation is not firing

Glen Divers
Ranch Hand

Joined: Jan 21, 2010
Posts: 61
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 agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JSR 303 Custom validation annotation is not firing
 
Similar Threads
Validate content from JSP
JSF2.0 BeanValidation
Custom Bean Validator Not Called
Hibernate exception handling
Not able to Validate form using JSR-303 validation implementation in Spring MVC