Hi
I was thinkig about this method in your phase listener:
| public PhaseId getPhaseId() {
| // The phase you want the listener to execute for
| return PhaseId.ANY_PHASE;
| }
|
Joacobs suggestion is probably a better idea though, especially if you want to access
other jsf manged beans.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121885#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...