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.
我想问一下如何将json从primefaces发送到前端的jquery?我有简单的json:
this.jsonObject.put("key", "value");
而且我什至不知道如何开始发送和接收数据。
使用RequestContext的 addCallbackParam 功能(示例)。