3 Replies Latest reply on May 12, 2011 4:38 PM by jbalunas

    JSR 303 / Richfaces 4 / SWF 2.3 / JSF2

    eoin81

      Hi Guys,

       

      Can bean validation (<rich:validator />) be invoked on session managed beans in a spring application environment?

       

      The examples show (which works fine):

       

       

      @ManagedBean
      @RequestScoped
      public class ValidationBean {
      

       

      What about beans maked as:

       

       

      @Component
      @Scope("session")
      public class ValidationBean {
      

       

      The <rich:validator /> dosent seem to be able to access this?