Frank Cornelis commented on Bug WELD-1037

For those of you that are also fighting this bug. Simple work-around for this:
if (facesContext.getResponseComplete()) {
return;
}
on the top of your listener method should do.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira