複数のデータソースを使用したいのですがdroppable
、この構文では機能しませんでした:
<p:droppable id="droptableof" for="lesOf" tolerance="touch" datasource="orderedOf orderedOf2" scope="zone2" activeStyleClass="ui-state-default" hoverStyleClass="ui-state-hover">
<p:ajax listener="#{beanJsf73.onOfback}" update="order2 lesOf lesOf2" />
</p:droppable>
Primefaces に 2 つのデータソースを追加するにはどうすればよいですか?