I use the following code to display a dynamic image in a rich DataTable. Onclick from thumbnail I need to display the full image from another location.
But the second a4j: mediaOutput tag retrieves all complete images and is stored in memory. (Ofcourse modalPanel is displayed only on a click)
I want the second a4j: mediaOutput tag to call daImageRetrievalBean.retrieveFullImage only after clicking.
Please, help.
abhishek
source
share