Sorry, somehow the email format in my previous email was wrong .
I have the following button:
As part of the handler.actionDelete, I am adding a message to Flash Scope.
public String actionDelete() {
this.service.delete(this.bean);
FacesContext.getCurrentInstance().getExterna
Hello,
I have the following button:
As part of the handler.actionDelete, I am adding a message to Flash Scope.
public String actionDelete() {
this.service.delete(this.bean);
FacesContext.getCurrentInstance().getExternalContext().getFlash().put("infoMessage","OK");
return
2 matches
Mail list logo