我想在单击按钮时清除/清空输入框。我正在使用:
propInp.setValue("");
其中 propInp 是输入框的绑定名称。
我的输入框如下:
<af:inputText label="UPC :" id="it2"
binding="#{w9manageBean.propInp}"
autoSubmit="true"
showRequired="true"
disabled="true" partialTriggers="::s1:cb1"
required="true"/>
但这不起作用......任何解决方案?