Reputation: 1111
I'm having a problem with xe:objectData and global variables. Not sure if this is a bug or working as designed. The sample is a dumb one, I know. It's just meant to demonstrate the issue.
Anyone to shed a light on this?
Upvotes: 1
Views: 381
Reputation: 1665
I believe you can not use bundle resources at that time because of timing of when things occur in the lifecycle. When the objectData's create object method is called, other objects may not yet be created yet. You may have to manually load the bundle and retrieve the property you need.
Upvotes: 1