Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
alloy-2.0.0, alloy-3.0.0, showcase-2.0.0, showcase-3.0.0
Description
<!-- Example 1: Context-relative path to a resource via the value attribute --> <h:form> <showcase:example description="#{i18n['h-graphicimage-general-example-1']}" number="1" renderedCheckbox="true"> <h:graphicImage rendered="#{showcaseModelBean.selectedComponent.rendered}" value="#{resource['images:jsf-logo-small.png']}" /> </showcase:example> </h:form>
Note that fixing this issue would not have demonstrated FACES-3103 since the showcases do not place resources in /WEB-INF/resources.