ADF Read-Only Dynamic Table
MarziehNov 12 2012 — edited Nov 12 2012hi all
I have a dynamic view and I write one method applicaioModuleImpl for create my query
that it works fine in application Module ... and im my page I drag view as read-only dynaminc table
then I went to my page bindings and delete tree binding and add table to bindings
....then bind selection listener and selectedRowKeys as property to managedbean ...
after this when i run my project my table is null but it have data and show it
in applicationModule
I have problem by selectedRowKeys and selectionListener in table
please help me