The IMAGE component renders an image.

The image is referenced by attribute IMAGE and typically addresses an image that is part of the web-conntent of your application. The image "/image/abc.png" references the directory "<deployedWebapp>/image/abc.png".

There are certain ways to pass dyncamic information into the image, e.g. with "/hex(00FFAB8C...)" the image bytes are directly passed as hexadecimal string.