我正在将项目从primefaces 4迁移到6.1。
我遇到过这个片段
<p:confirm message="Really delete user \''+getOtherCellTextInSameRow(this,'userName')+'\'?"
header="Confirmation"
icon="ui-icon-alert" />
结果确认对话框中的消息与上面完全相同。 javascript方法getOtherCellTextInSameRow
不再被执行。我该如何解决?我想我问你如何将客户端javascript注入属性?
注意,我发现最接近的是使用EL,但我不希望这样做。我只是想连接方法的输出。