×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Java
Posted by: roliver
Added: Jun 27, 2022 8:58 PM
Views: 8
Tags: no tags
  1.  public void addMessage(String btn) {
  2.         FacesContext.getCurrentInstance().addMessage(null, new FacesMessage("Submitted with " + btn));
  3.     }