publicclassNavigationHandler { publicvoidnavigate(String navigateTo){ FacesContext fctx = FacesContext.getCurrentInstance(); Application application = fctx.getApplication(); NavigationHandler navHandler = application.getNavigationHandler(); navHandler.handleNavigation(fctx,null, "name of navigation case"); }}
|
1
Pins |
|
||
|
To post comments using your Facebook,Twitter, Gmail etc credentials in the Discus comments section. Or use your Javapins credentials at the end of the page.
To post your comment as a Javapins user please login or signup to Javapins database.
|