当图像属性存在时,按钮中的操作不会执行,有关如何解决它的任何想法:
<h:commandButton id="delete" style="vertical-align: bottom"
action="#{uploadComponentBean.delete(docList.id)}"
image="images/delete.gif">
<f:ajax event="click" render="table1" />
</h:commandButton>