1 Reply Latest reply on Dec 31, 2008 7:19 AM by nbelaevski

    rich:message(rich:messages) and @PostConstruct

    j0ke

      Hello my question is :
      why when the validation is performed for rich:message(s) the @PostConstruct method is aways invoked :( this is a performance problem for me because @PostConstruct init metod is not very fast. Is there a way to use rich:message(s) with @PostConstruct and @PostConstruct method not to be invoked.
      Because for me now the only solution is to use h:message(s) which doesnt invoke @PostConstruct on every key or blur


      thanks Naiden Gochev