-
Type:
New Feature
-
Resolution: Done
-
Priority:
Normal
-
Affects Version/s: 8.6.0
-
Component/s: Databind 2
-
Security Level: Jimmy
-
None
-
ZK 8.6.1 S1
-
None
Steps to Reproduce
1. run the attached example
2. compare clicking "index" button and other 2 buttons (for, iterator)
Current Result
- "index" doesn't always cause an exception
- for & iterator always throws ConcurrentModificationException
Expected Result
implement with a loop that failed fast is better to expose the root cause, so that application developers can fix their problem eariler.
Debug Information
- at at org.zkoss.bind.impl.LoadChildrenBindingImpl.load(LoadChildrenBindingImpl.java:121)