cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

Retrieving table data from NmCommandBean

anabors-keating
4-Participant

Retrieving table data from NmCommandBean

I have following UI setup at my end Wizard -> Table1,Table2,Table3. Table3 has selectatble row element and action like validate, publish and show attributes.

I am populating all row element though buildComponent data by getting bom details of WT Part.

e.g.

Arraylist<Hashmap<String, Object>> localArraylist;

HahsMap<String, Object> localHahsMap;

WTPart partentPart = WtStucutreHelper,service.getUses()

while(childpart)

{

     Traversing all bom and childdetails.

     putting back in hashmap

}

Validate action (doOperation) returning the select id from the wizard - Table3.

Arraylist<NmOIdList> nmIDList     = NmCommandbean.getActionIDwithWizard();

for(nmidList)

{

     String selected ID = nmOid

     <Again need to traverse the details back over here to process further>

}

So is there any way through which I can all select row details apart from selected OID in NMCommandBean.

0 REPLIES 0
Top Tags