9 Replies Latest reply on Feb 10, 2009 9:50 AM by aish

    a4j:support inside h:inputText

    aish

      Hi,

      can a4j:support be placed within h:inputText as I am getting an error "a4j:support cannot be placed within h:inputText"

      Please let me know.

      Thanks
      Aish

      <rich:panel header="Simple Echo">
      <h:inputText size="50" value="#{bean.text}" >
      <a4j:support event="onkeyup" reRender="rep"/>
      </h:inputText>
      <h:outputText value="#{bean.text}" id="rep"/>
      </rich:panel>