0 Replies Latest reply on Feb 8, 2007 10:54 AM by koatto

    selectOneMenu and processValidation

    koatto

      I'm using a selectOneMenu with a custom converter, feeded by a f:selectItems which returns selectItems containing my custom objects.
      It seems that the jsf lifecycle stops at the processValidation phase, without upating my model, event if my page does not define any validator :

      16:43:57,593 TRACE [LifecycleImpl] entering processValidations in org.apache.myfaces.lifecycle.LifecycleImpl
      16:43:57,734 DEBUG [LifecycleImpl] exiting from lifecycle.execute in processValidations because getRenderResponse is true from one of the after listeners
      16:43:57,734 TRACE [LifecycleImpl] entering renderResponse in org.apache.myfaces.lifecycle.LifecycleImpl


      No exception is thrown and i can't undertand what prevents the validation.