Tuesday, May 17, 2011

To get the Name from the drop down Box By ID using same Business Object.


var bo = industry_id.getSelectedOptions()[0].businessObject;
sensitive_sector_id.setValue(cordys.getNodeText(bo, ".//*[local-name()='SENSITIVE_SECTOR']","",""));

No comments:

Post a Comment