1 Reply Latest reply on Oct 23, 2007 2:28 AM by rainw

    help with <a4j:support>

    rainw

      Hi,
      I have written a facelets component with several h:inputText-Fields, for excample three:

      <ui:component>
       <h:panelGrid id="three">
       <h:inputText value"#{bean.value1}" />
       <h:inputText value"#{bean.value2}" />
       <h:inputText value"#{bean.value3}" />
       </h:panelGrid>
      </ui:component>


      Now I need help for generating an event only when I lorn the component and not for each inputText-Field when I use a4j:support.
      Can you tell me how I can use a4j:support for this or is there another way to do this?

      Thanks in advance.