1
Man commandbutton
does not show error when clicked, but also does not execute the method.
Commandbutton code:
p:commandButton action="#{clienteMB.cliente.Salvar}" value="Incluir"/
Method code:
public void Salvar(){
System.out.println("Funcionou...);
}
Using apache Tomcat worked well, but glassfish has no results and no errors. Someone can help me?
Really Save() this in client? or this in customer classMB?
– Gustavo da Costa
The method is actually within the Client class.
– Marco Aurélio Soares de Souza