I'm implementing the toolbar component of primefaces and inside this component there are several commandButtons that I need when clicking it call another xhtml page of my project. How to do? ex:
<p:commandButton type="button" value="Cadastro de Cliente"
icon="ui-icon-plus" action="CadastroClientePrime.xhtml" />