Preview doesn't fully support h:graphicImage for JSF 2
------------------------------------------------------
Key: JBIDE-5638
URL:
https://jira.jboss.org/jira/browse/JBIDE-5638
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.1.0.CR1
Reporter: Juergen Zimmermann
JSF 2 enhances h:graphicImage, e.g.:
a) <h:graphicImage ... name="hs-logo.gif" library="images" ...>
is the same as
b) <h:graphicImage ... value="#{resource['images:hs-logo.gif']}"
...>
Variant b) works fine in the previewer. But variant a) doesnt -- although it's much
more convenient for page authors.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira