Repeat service invocation
I'm using a REST API service to populate a grid including thumbnails via URL, when I click on each thumbnail, it invokes another service to download the source image on a different screen. When I go back to the thumbnail view, every subsequent click shows the same image. I was able to determine that the service is only invoked once from the first click, but not again. Any suggestions to overcome this issue?