1
Pins

Improve your life Through Science and Art: JSF: Navigating between JSF pages programmatically

published 251 days, 15 hours, 10 minutes ago posted by anishaanisha 254 days, 7 hours, 7 minutes ago
Friday, September 14, 2012 10:00:52 AM GMT Tuesday, September 11, 2012 6:04:11 PM GMT

publicclassNavigationHandler {  publicvoidnavigate(String navigateTo){     FacesContext fctx = FacesContext.getCurrentInstance();     Application application = fctx.getApplication();     NavigationHandler navHandler = application.getNavigationHandler();     navHandler.handleNavigation(fctx,null, "name of navigation case");  }}

category: JSF | clicked: 10 | | source: tamanmohamed.blogspot.in | show counter code
tags: JSF pages, Navigation


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.