Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
1.5.5
-
None
-
None
Description
It seems that probably WICKET-4227 is not fixed. I am still getting problems in 1.5.5.
If I override ajax channel like:
@Override
protected AjaxChannel getChannel()
Only last item is loaded and other items are in continuous loading state - see WICKET-4397.
With unique channel name:
@Override
protected AjaxChannel getChannel()
lazy items are loaded asynchronously, however if I try to do action which results in drop, I am getting the same exception as in WICKET-4227.
Attachments
Attachments
Issue Links
- duplicates
-
WICKET-4665 Add a new AjaxChannel that discards any Ajax requests if there is a running request in the same channel
- Resolved
- Is contained by
-
WICKET-6055 AjaxLazyLoadPanel should provide non-blocking lazy load
- Resolved
- is duplicated by
-
WICKET-4397 Ajax lazy components not loading
- Resolved