1 Reply Latest reply on Aug 21, 2007 7:59 AM by ilya_shaikovsky

    ajax4jsf onBlur action

      I cannot seem to get the action invoked on a4j:support onblur. Here's my xhtml fragment

      <s:decorate id="passwordControlDecorate" template="layout/edit.xhtml">
      <ui:define name="label">#{messages.repeatPassword}</ui:define>
      <h:inputSecret required="true" size="20" maxlength="20"
      redisplay="true" value="#{userHome.passwordControl}">
      <a:support event="onblur" action="#{userHome.validatePasswordControl}" reRender="passwordControlDecorate"/>
      </h:inputSecret>
      </s:decorate>

      Any ideas?

      Thanks,
      M