1 Reply Latest reply on May 18, 2009 7:18 PM by tw

    h:inputSecret / a4j:support not working

    tw

      RF 3.3.0 GA
      a4j:support does not trigger event handler for h:inputSecret

      The same works fine with h:inputText.

      Any suggestions how to make this work?

      <s:decorate id="passwordDecorate" template="edit.xhtml">
      <ui:define name="label">Password:</ui:define>
      <h:inputSecret label="Password" id="password" value="#{myAction.password}" required="#{myAction.isAuthRequired()}" />
      <a:support event="onblur" bypassUpdates="false" ajaxSingle="true" reRender="somePanel" />
      <rich:message for="password"/>
      </s:decorate>