The action in the button does not execute when image attribute is there , any Ideas on how to solve it:
<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>