Digital Marketing

JSF page redirection Example

To enable the page redirection, append faces-redirect=true at the end of the view name:

return FacesContext.getCurrentInstance().getViewRoot().getViewId() + "?faces-redirect=true";

<h:commandButton action="page1?faces-redirect=true" value="Page1" />

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database