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
> 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
>

Reply via email to