Re: Flash Scope msgs do not show up with immediate=true buttons

2012-08-20 Thread Luis Roche
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

Flash Scope msgs do not show up with immediate=true buttons

2012-08-20 Thread luis . roche
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

[trinidad 1.2]

2012-08-20 Thread Me Self
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?