0 Replies Latest reply on Mar 18, 2008 3:53 PM by sansaric

    rich:suggestionbox focus attribute problem

    sansaric

      After I select one of the options in the rich:suggestionbox list, the focus remains in the h:inputText component the suggestionbox is linked to even though I specify another component to switch focus to using the suggestionbox attribute focus="otherComponentId". I also tried attribute oncomplete="otherComponentId.focus();" and the cursor remains in the h:inputText component the suggestionbox is linked to.
      I need to remove the focus on the h:inputText component the suggestionbox is linked to after selecting an option from the list because of an onblur event that I need to trigger on the h:inputText component and refresh a rich:datatable I have on the same page.

      Thanks in advance for your help,

      Marcel