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.
有没有办法使用 javascript XmlHttpRequest 对象或通过 JSF 中的 jQuery 调用支持 bean 方法?
是的,如果您通过 HTTP 公开 Backing Bean(即使用类似 RESTeasy、Servlet 等的东西)。
但是使用 ajax4jsf 之类的东西更容易。如果需要,可以使用 ajax4jsf 的 a4j:jsFunction 作为 jQuery 和支持 bean 之间的中介。