You need to listen for the correct request:

  | Object responseObject = 
FacesContext.getCurrentInstance().getExternalContext().getRequest();
  |    if (responseObject instanceof RenderRequest) {
  | 
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227651#4227651

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4227651
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to