-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 8.5.0, 9.0.0
-
Component/s: wicket-core
-
Labels:None
Preconditions: Application uses AsynchronousPageStore (as it is by default).
When there are several fast sequential Ajax calls to a component, then a component's LoadableDetachableModel gets attached and detached several times before real async serialization takes place. And at times the serialization is initiated when the model has been already attached once again by a subsequent Ajax call, and not detached yet as the request is still in progress. This causes NotDetachedModelChecker() to throw "Not detached model found!" exception
Disabling async serialization fixes the problem.
A test-case and a log attached.
- is related to
-
WICKET-6831 Flush the response before detach
-
- Resolved
-
- mentioned in
-
Page Loading...