I am developing a web application using JSF and Primefaces. I want o show the following menu and depending on the choosen option go to one page or another.
I would append an AJAX on change event to the selectOneMenu which calls a method on your bean and redirects through it similar to a combination of the respective accepted answers of selectOneMenu ajax events (AJAX event) and Sending a redirect from inside an ajax listener method (redirect).