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.
JSF 2.0を使用しています。Bean メソッドの後に JavaScript 関数を呼び出す方法はありますか? 何かのようなもの
<h:commandLink oncomplete="pop()" action="#{bean.method}"/>
私はoncompleteを試しましたが、うまくいきません。