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.
刚刚学习 Richfaces UI 组件。我在一些 UI 组件中看到一个属性模式,它使用三个值“ajax”、“服务器”、“客户端”之一。我检查了文档。但我没有找到任何适当的解释。
还有一个是 switchType 属性。我也不明白对此的解释。
谁能给我解释一下这两个。
谢谢
这些属性mode用于指定标签组件在对其执行操作时应如何操作:
mode
<h:commandButton />
server
<a4j:commandButton />