Hi, I have a form with 3 event listeners on selectOneMenu, my problem is that when I update one of the selects, the 3 event listeners are called ! I would have expected that only one was executed. Just to be sure, I changed my bean to session scope and now only one event listener is called. But I don't want to put the managed beans in session, I have worked harder to have my new app with beans in request !
Any solution ? Thanks, Frederic

