从h:commandButton迁移到h:按钮

时间:2016-06-29 06:02:21

标签: jsf icefaces

我想将h:commandButton更改为h:button组件。我很困惑如何通过h:按钮实现动作监听器所做的工作。是否可以使用所有功能进行迁移。

<h:commandButton id="upldDoc"
                disabled="#{triggerRequestFormBean.disableDocUpload}"  
                actionListener="#triggerRequestFormBean.docUploadListener}"
                partialSubmit ="true"
                onclick ="pageRefresh();"
                value="Load" styleClass="buttonStyle" 
                title="Load" />

1 个答案:

答案 0 :(得分:0)

  

我很困惑如何通过h:按钮实现动作监听器所做的工作。是否可以使用所有功能进行迁移

不,你不能。 h:button元素不会触发BackingBean操作。如果你想实现它,你必须留在h:commandButton