提问人:Andrzej Więcławski 提问时间:7/5/2023 更新时间:7/5/2023 访问量:32
使用 Primefaces 将 rownumber 传递给 remoteCommand
pass rownumber to remoteCommand using Primefaces
问:
上下文:xhtml、java、jBoss。
它正在工作,好的:
-内部标签-dataTable
<p:ajax event="rowEditInit" onComplete="nestedTableRefresh();" ... />
-超越标签-dataTable
<p:remoteCommand name="nestedTableRefresh" update="form:view:person:1:address" ... />
问题:
如何将行号作为已编辑行的值/索引传递给参数内容(在何处)?update
rownum
rowIndexVar="rownum"
dataTable
答: 暂无答案
评论