#{viewScope.newLOBType}
(以下に示す) で使用setPropertyActionListener
する動的な値を割り当てたいのですがremotecommand
、Javascript から here に値を渡すにはどうすればよいですか?
コード:
<p:remoteCommand name="showPanel" update=":createLOBPanel">
<f:setPropertyActionListener target="#{viewScope.newLOBType}" value="..<dynamic value from JavaScript>.. "/>
</p:remoteCommand>