0
I am implementing the Toolbar component of the first faces and within this component there are several commandButtons that I need when clicking it to call another xhtml page of my project. How do you? ex:
<p:commandButton type="button" value="Cadastro de Cliente"
icon="ui-icon-plus" action="CadastroClientePrime.xhtml" />
try using Outcome instead of action
– DiegoAugusto
That way it didn’t work?
– Roknauta
The @Diegoaugusto comment is also valid.
– Roknauta