我想使用 notificationUpdate 函数发送到两个参数。我能够成功传递 p.email,但是当我尝试将状态作为字符串发送时,它被传递为 null。
<p:commandLink value="Views"
action="#{statusBean.update(p.statusId)}" ajax="true"
style="text-decoration:none;color:white;" update=":statusBlock" >
<f:actionListener binding="#{notificationBean.notificationUpdate(p.email,status)}" />
</p:commandLink>