I have a number of details about a product which I wish to display. In my db the status of these items is stored as a number eg 1 - Worldwide, 2 - Europe Only, 3 - US Only
I currently use:
<h:outputText value="#{product.value}" />
Instead of the number I would like to display an image instead. What would be the best way to go about this?