I am trying to display an image using
<s:formattedText value="#{image}"/>
. Image value actually corresponds to
image="<h:graphicImage value=\"/img/bird.png\"/>"
. Now while formatting seam throws a warning message
[UIFormattedText] Seam Text parse error: invalid element 'h'
How to resolve this?
Hi,
The formattedText tag is for formatting Text (more or less what its name indicates. So trying to visualise a image with this tag won't work. Seam and JSF have other tags to render images.
Leo