After having looked at the v10 qvpp documentation, I tried to use the "list" verb in my qvpp. My qvpp looks like this:
<table width="100%" height="50">
<tbody avq="list:.Repository.Dimension">
<tr>
<td><span avqcol="text:.Label">...</span></td>
</tr>
</tbody>
</table>
However the table is not populated at all. How should I do? A working example would be great.