1 Reply Latest reply on Mar 21, 2009 9:21 AM by jbalunas

    AjaxValidator on radio or select - how to?

      I am getting ajaxValidator to work for inputText via the onBlur event, but, can the rich:ajaxValidator be used on h:selectOneMenu or h:selectOneRadio?
      For example,

      1) enter a wizard page with a radio on it, but no radio buttons selected
      2) have a hibernate @notNull validator annotation on the entity field bound to the radio

      what event could I use to trigger the ajaxValidator to validate against notNull so that I can not go to the next page of the wizard?