从行扩展内的数据表拖放不起作用。我无法引用子数据表我的 xhtml 是这样的:
<h:form id="form">
<p:datatable id="dt1">
....
<p:rowExpansion>
<p:datatable id="dt2">
(datasource of drag and drop)
<p:datatable>
</p:rowExpansion>
</p:datatable>
<p:datatable>
(Target)
</p:datatable>
<p:droppable datasource=":form:dt1:0:dt2">
<p:ajax/>
</p:droppable>
我在 ajax 事件中遇到异常:“:form:datatable1:0:datatable2 不能被引用”
我尝试了很多。
拜托我需要你的帮忙。
Primefaces 4.0 - Tomcat 7 - Hibernate 4 - Spring 框架 - Maven