In want to create a table with Image and Headline in a Row. The Frontent should show me for every Image I uploaded in the Backend an new Row.
I was trying to do that with
<f:for each={CONTENT@COLPOS} ...>
...
</f:for>
But unfortnatly there is no Array Output. Can you fix this for me?
Thanks a Lot!