Question
Oids for all the rows in the table
I have a table in wizard page. I have actions menu on the table. When I click of the actions on the table, I need to get all the oids from the table. I don't need to have to set the setSelectable(true) as I need all the rows from table. How to do this?
ArrayList a1 = paramNmCommandBean.getActionOidsWithWizard();
When I use this it returns only the parent oid and not all the rows inside the table.
Appreciate your help in this.

