How To Redirect Manually Inwards Jsf

There are times when nosotros involve to redirect manually inward JSF. For illustration inward page charge nosotros create roughly termination in addition to afterwards that redirect to roughly page. This is how nosotros would create it:

FacesContext ctx = FacesContext.getCurrentInstance(); ConfigurableNavigationHandler nav = (ConfigurableNavigationHandler) ctx .getApplication().getNavigationHandler();  //navigation should hold upward defined inward faces-config.xml nav.performNavigation("navigation"); 
Next
Previous
Click here for Comments

0 komentar:

Please comment if there are any that need to be asked.