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

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. 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