I want to put an image using p:graphicImage inside an itemLabel of an f:selectItem so that the image becomes the label of the item, is it possible to do that, if yes, what is the syntax of doing that? for example:
<f:selectItem itemLabel="put graphicImage Here" itemValue="Pale white" />
Note: what i mean is that i want to hard code the p:graphicImage element directly inside the itemLabel