3 Replies Latest reply on Dec 3, 2007 7:18 AM by ilya_shaikovsky

    ajax x focus

    danielnp

      I use the following code:

      <h:inputText id="id1" value="111">
      <a4j:support status="idStatusDef" event="onchange" reRender="id2"/>
      </h:inputText>

      <h:inputText id="id2" value="222" />


      but when I press "Tab" in component "id1" the focus lost in component "id2". If I use the property "focus" in "a4j:support" it only work in firefox, but in ie no.

      Help me!!!