다음 primefaces 구성 요소가 있습니다. /WEB-INF/Resource/{1.png,2.png,3.png,4.png}
이하의 이미지 만로드해야합니다.graphicImage not url
/meteocal-web/javax.faces.resource//WEB-INF/Resources/images/1.png.xhtml
누구나 그것을 해결하는 방법을 알고 : 브라우저의 소스 코드를 확인하여
<p:ring id="weatherForecasts" value="#{eventPageCreatorBean.weatherForecasts}" var="weatherForecast" styleClass="image-ring" easing="easeInOutBack">
<p:panelGrid columns="1">
#{weatherForecast.forecastStart}
<p:graphicImage id="img" name="/WEB-INF/Resources/images/#{weatherForecast.weatherCondition.code}.png" />
#{weatherForecast.forecastEnd}
</p:panelGrid>
</p:ring>
나는이 경로를 얻을?
(HTTP [대한 JSF 리소스 라이브러리이며 어떻게 사용되어야한다 무엇?] : // 유래. com/q/11988415/1391249). 응용 프로그램의 루트 아래에'resources'라는 이름의 폴더에 저장합니다. – Tiny