You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Sébastien Boutté <se...@gmail.com> on 2006/05/31 12:20:35 UTC

PhaseListener And Dialog Management

Hi All,

I'm posting this message here because nobody answers me
in the development list. Maybe i will find the solution here ...

Currently, i'm working on implementing a solution that enable the controller
to call javascript dialogs from his methods (Setting a field attribute of
dialog to display and setting a boolean to show it).
When i load the page, i have a jsp'code that enable the display of the
dialog if the controller wants it.
In order to desactivate the display of the dialog at any action, i need
to desactivate the dialog at the next request.
For that i need, to find in the PhaseListener all managed beans that have
been initialized and their bindings*.

Is there a way to do that ?

Thanks

Sébastien Boutté