将图像添加到h:commandbutton,其中type =“reset”

时间:2013-11-26 08:16:11

标签: jsf

我正在尝试将图像添加到h:commandbutton,其中type =“reset”按钮没有重置表单的值..如果我删除图像标记,重置按钮工作正常..我也试过h:图形图像但是图像和重置按钮都会出现在UI中。请帮我出来..

       <h:commandButton id="clearConfirmVal" type="reset"  value="/images/Reset.png" title="#{str['button.clear']}"  tabindex="16" onclick="javascript:clearConfirm();unsetDoIt()"  onchange="setFlag(this)"/>

1 个答案:

答案 0 :(得分:0)

嗨谢谢你的回复..

我通过用图像编写样式来解决这个问题..添加了Value =“”..

我的问题解决了..

我发现了另一种在javascript中重置的方法..那就是调用下面提到的脚本

  

document.form [0] .reset段();