[jboss-user] [JBoss Seam] - Bijection in @Validator not working

adamw do-not-reply at jboss.com
Fri Oct 19 07:45:03 EDT 2007


Hello,

I am writing a validator and it seems that bijection is not working, I have:


  | @Validator
  | @BypassInterceptors
  | @Name("fieldsEqualValidator")
  | public class FieldsEqualValidatorImpl implements javax.faces.validator.Validator {
  |     @In
  |     private FacesMessages facesMessages;
  | 
  |     @Logger
  |     private Log log;
  | 
  | ...
  | }
  | 

And both are null when the validator is invoked. Apart from that, it works ;). I suppose bijection should work here? (at least that's what you can conclude from the info in the manual).

Adam

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096923#4096923

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096923



More information about the jboss-user mailing list