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.
当我在a4j:support标签中嵌入rich:panel标签时,AJAX 正在工作。当它没有嵌入其中时,AJAX 就无法正常工作。
a4j:support
rich:panel
当我在a4j:support标签中嵌入h:panel标签时,AJAX 不起作用。当它嵌入到a4j:form标签中时,它不起作用。
h:panel
a4j:form
是否有规定必须嵌入具有 AJAX 功能的 RichFaces 标签才能工作?
a4j:support 应该与任何可以触发 event 属性中指定的 javascript 事件的 jsf 组件一起使用:
<a4j:support event="specified event" .../>