I am trying to refresh dynamically a region on a page from dynamic action. I have a select list loaded from the database.When the select list change its value, the region will refresh. the the source of my region contains a img tag like this:
<img src="#APP_IMAGES#&P10_language..png" />
The problem here is when i change the select list, the image still unchanged and it doesn't refresh.
Is there a solution ?