0

我有一个带有几个输入框、选择框等的表单。

如何在不编写代码的情况下将控制值重置为空/空。我的意思是是否有任何属性可以自动重置页面或控件?

4

1 回答 1

1

你可以使用这样的东西:

       <af:commandLink text="commandLink with resetActionListener"
                            id="cl1" immediate="true" actionListener="#{demoInput.reset}">
         <af:resetActionListener/>
       </af:commandButton>

更多信息在这里

于 2013-01-29T09:18:21.453 回答