JSF 2 enhances h:graphicImage, e.g.:
a) <h:graphicImage ... name="hs-logo.gif" library="images" ...> is the same as
b) <h:graphicImage ... value="#
" ...>
Variant b) works fine in the previewer. But variant a) doesnt – although it's much more convenient for page authors.
- is related to
-
JBIDE-5382 add openOn action for name param for h:outputStylesheet, h:outputScript, h:graphicImage jsf 2.0 tags
- Closed