My commandbutton
shows no error when clicking, but does not execute the method either.
Commandbutton code:
p:commandButton action="#{clienteMB.cliente.Salvar}" value="Incluir"/
Method code:
public void Salvar(){
System.out.println("Funcionou...);
}
Using apache tomcat worked fine, but in glassfish it has no results and no errors. Can anyone help me?