-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Affects Version/s: 6.0.1
-
Component/s: Databind 2
-
None
-
None
I just hit that problem in my project. I load bindings specifying that init bindings should be skipped, however, they are loaded anyway.
I checked code of BinderImpl.loadComponentProperties() method and it is clearly visible, that loadinit parameter simply ignored (not used at all).
Is this bug or feature?