Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法使 inputText 字段完全为空,即使链接到它的 bean 的属性具有值?
<h:inputText value="#{bean.attribute}"/>
--EDIT-- 我可以使用 jquery 1.9 和 javascript。