2 Replies Latest reply on Mar 17, 2008 5:43 PM by hbmailinglist

    h:selectOneMenu - valueChangeListener - Ajax request

    hbmailinglist

      Hello I have a h:selectOneMenu component on my page. I want to invoke the method that I've associated with my valueChangeListener when the user chooses a new item in the drop down.

      I have a valueChangeListener associated to my component and it works great, but it requires the user to click a button (submit the form)...

      Is there a way I can use Richfaces ajax facilities to invoke the valueChangeListener and then rerender part of the screen.

      Thanks!