Hi,
I am trying to display a list of contact and, for each contact, the list of his adresses.
It is therefore a list of lists.
I added a contactService.
The Mapping is the one shown in the screenshot joined to this message.
As a result, nothing appears.
If I delete the "addresses[$i]" to "mobilelistitem_62" association, it lists the contacts (1rst list works !!) but gives only one addresse per contact (despite some of the contacts have several addresses).
Do you have any clue about the error I made ?