Hi,
I have a wizard with 4 mobile screens where I add an Photo object (inherited from system.image) in each screen to a Car object (one-to-many relationship). I want an overview of the 4 photo's in a template grid on the 5th screen but I only see the photo I added in the 4th screen. I did a check and there is a list of 4 photo's related to the Car but only the last one has content (the actual picture). I use the standard Mendix image uploader and I do not commit along the way.
Does anyone know why my photo's are not showing op?
Thanks!