Hello
I have a menubar component declared using e:menubar.
Within this I've got menu cells defined for each of the menu components.
Instead of using actionListener events I want to use the action parameter as follows.
In userBean logoutAction is declared as follows:
In faces-config.xml I have the following navigation rule to direct the user to login.jsp.
When the menu cell is clicked the action is called and I see the print statement "got here!". However the page does not redirect. Any ideas? Thanks.
|