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.
from と呼ばれるメソッド内で別の Bean のオブジェクトを介してパラメーターを渡す方法は<f:event listener="...">?
<f:event listener="...">
showData()を使用して呼び出されるメソッド内の別の Bean によって生成されたパラメーターを渡そうとしています
showData()
<f:event listener="#{myTransformerBeans.showData}">
パラメータは#{myDataBean.myId}.
#{myDataBean.myId}
あなたも試すことができます
<f:event listener="#{myTransformerBeans.showData(myDataBean.myId)}">