我的课堂上有这个,我正在尝试在我的网页上访问它。
public String carImageURL = "/resources/images/sample_car.jpg";
这是我在网页中使用的无效代码。
<h:graphicImage value="#{carClass.carImageURL}"></h:graphicImage >
当我运行该页面时,其中没有汽车的图片。
我的课堂上有这个,我正在尝试在我的网页上访问它。
public String carImageURL = "/resources/images/sample_car.jpg";
这是我在网页中使用的无效代码。
<h:graphicImage value="#{carClass.carImageURL}"></h:graphicImage >
当我运行该页面时,其中没有汽车的图片。