This will happen if there's no context object on the page you're trying to implement the listview.
If you want to retrieve data over association in a listview, the listview needs to know from which object you want the associated objects.
For example, you could place the listview in a dataview with context 'Stadium' and have the listview show all Matches in that Stadium over association.
Long description