0
public void pageValidate(PageEvent event) {
//how to use pageEvent to sendRedirect to google.com ?
public void pageValidate(PageEvent event) {
//how to use pageEvent to sendRedirect to google.com ?
Pour un site externe, utilisez:
throw new RedirectException("http://google.com")
Pour rediriger vers une page withing l'utilisation de l'application:
throw new PageRedirectException("page");