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.
私はJSF2とRichFacesを使用しています。a4j:commandButtonのBeanからoncomplete関数に値を渡すことはできますか?たとえば、いくつかのカウンター(int)。
そこでELを使うことができます。リクエストごとに評価されます。
<a4j:commandButton ... oncomplete="someFunction(#{bean.someIntProperty})" />
この機能はRichFacesコンポーネントに固有であることに注意してください。標準のJSFコンポーネント(およびPrimeFaces)は、ビューごとのビルド時間でのみそれらを評価します。