11 Replies Latest reply on Dec 17, 2009 5:55 AM by swario

    <a4j:support> conditional expression ???

      Hi all!

      I'm trying to use the "support" component of the ajax4Jsf library. I want to fire an action when the ENTER button is pressed.

      Now,I'm not skilled so, can anybody tell me how to specify a contitional expression in this component.

       

      I'm thinking about something like this:

       

      <h:inputText ....>

               <a4j:support event="onkeydown" action="#{my_bean.my_action}" />

      </h:inputText>