【发布时间】:2012-01-20 01:40:39
【问题描述】:
我想自定义 selectItems 在每个复选框旁边有条件地显示图像 所以首先我尝试显示所有复选框的图像 但它只显示一次,这是我尝试过的:
<h:selectManyCheckbox value="#{myBean.checkboxesArry}" layout="pageDirection">
<f:selectItems value="#{myBean.mapOfCheckBoxes}" var="entry">
<label>
<ice:graphicImage url="/resources/images/myImage.bmp"/>
<b>#{entry.value}</b>
</label>
</f:selectItems>
</h:selectManyCheckbox>
请告知如何实现?
【问题讨论】:
标签: jsf jakarta-ee jsf-2 icefaces icefaces-2