2 Replies Latest reply on Mar 11, 2009 1:24 PM by ilya_shaikovsky

    how to use both h:commandLink & rich:hotKey

      i.e. I want to this behavior: after press Enter key in keyboard, the actionListener of commandLink must invoked immediate. I try this approach:

      <h:commandLink actionListener="#{bean.listener}">
      <rich:hotKey type="onkeypress"/>
      </h:commandLink>
      


      but it no good.
      what should I do to get behavior like I mentioned?