In my parsley container, I'm instantiating an object 'A' that contains a Dictionary (flash.utils.Dictionary).
I would like to create this Dictionary using parsley and inject it to 'A'. This dictionary pairs structure is: key=id of object 'B', value='B' where object 'B' is also an object which is defined and created using parsley (so basically the pairs structure is and object id as a key and the object itself as the value).
Now, I have no problem creating 'A' and 'B', but can't seem to find the right way to create this dictionary using parsley, nor injecting it to 'A'.
Any help is highly appreciated!
Thanks in advance, Yogev