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.
我们可以调用支持 bean,onclick 的 ice:pannelTab 吗?我尝试过这样的事情。它调用支持 bean,但不更改选项卡。
onclick="#{backing.onClick}; return false;" public String getOnClick(){ //... return null; }
onclick 是客户端回调,它用于执行 javascript 方法,对于服务器端操作,您应该考虑使用 ajax 侦听器组件,例如f:ajax
f:ajax