我正在使用 ap:galleria (primefaces 3.2),它在 FF 和 chrome 中运行良好。但有时它在 IE9 中不显示,而 IE8 从不显示它。
IE9:当我清除浏览器缓存并重新加载页面时,图库正确显示。但是当我重新加载页面时,画廊没有显示。我需要清除浏览器缓存,然后再次显示。
这是广场代码
<f:view
<ui:composition
<ui:define name="content">
<f:view>
<f:subview id="fleetvehicleinfo">
<h:form
.
.
<p:galleria value="#{vehicleRemarketingDetail.vehicle.Pictures_Set}" var="picture" panelWidth="470" panelHeight="350" frameWidth="110" frameHeight="80" >
<p:graphicImage value="/vehicle/remarketing/image/#{picture.document_id}.jpg" height="350" width="470" />
</p:galleria>
</h:form>
</f:subview>
</f:view>
</ui:define>
任何人都知道出了什么问题以及我如何让它工作?