标签: jsf jsf-2
有没有办法将输入文本字段呈现为空,即使链接到它的bean的属性有值?
<h:inputText value="#{bean.attribute}"/>
- EDIT-- 我可以使用jquery 1.9和javascript。