Re: Event listeners and request scope problem

2005-09-12 Thread Mike Kienenberger
Take a look at t:saveState. It allows you to persist a request-scoped bean longer. You'll probably want your beans to persist so long as the page doesn't change. On 9/12/05, Frederic Auge <[EMAIL PROTECTED]> wrote: > Hi, > > I have a form with 3 event listeners on selectOneMenu, my problem is >

Event listeners and request scope problem

2005-09-12 Thread Frederic Auge
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