Skip to content

Commit

Permalink
#426: reset updating state in reset()
Browse files Browse the repository at this point in the history
  • Loading branch information
BalusC committed Dec 22, 2017
1 parent c5222e0 commit 12cfdcc
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -396,6 +396,7 @@ public void reset() {
// an exception was been thrown during ajax render response. The following calls will gently close
// the partial response which Mojarra has left open.
// MyFaces never enters reset() method with updating=true, this is handled in endDocument() method.
updating = false;
wrapped.startError("");
wrapped.endError();
wrapped.endElement("partial-response"); // Don't use endDocument() as it will flush.
Expand Down

0 comments on commit 12cfdcc

Please sign in to comment.