Assuming that you'd like to redirect to some.xhtml which is placed in web root folder:
You can just continue using plain HTML.
go to some page
For conditional rendering, just wrap it in an
Or use with implicit navigation.
Note: no need to prepend context path nor to include FacesServlet mapping.
Or use with ?faces-redirect=true.
Note: no need to prepend context path nor to include FacesServlet mapping.
Or use , but you need to specify context path.
Redirecting to an external URL is already answered in this duplicate: Redirect to external URL in JSF.