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
Hi All
How do I disable PPR error popups? If a bean method handling PPR
events throws an runtime exception the user sees a popup that reveals
internal code structure - I want to disable this in production but
how?
3 matches
Mail list logo