HI ,
When i use the folderlocatorcontainer component am able to browse the folders , but how do i get the folder selected value , in my component class.
Any ideas..
Hello any expert to share idea ..
My calling component needs value from nested component
I need folder id/path in my calling component "X" from nested component 'folderlocatorcontainer'
How is this possible ..
get wdk.war verison for your app
unzip it
examine the java code under webcomponent\src\....\locators\*.java
Appriciate your reply .
There are 40 classes under the mentioned folder . ...locators\
If you can provide high level answer , that will be useful..
1. If you understand my requirement answer would be in straight solution.
2. If i have that much time to search all and make R&D , i would not posted this in forums .
3. I have not asked for how to locate class,method and how to debug and provide training .....
4. Last but not least - Believe experts do not spend time on this kind of replies ...
Thanks for your valuable time and support.
Req again :
I have nested component 'folderlocatorcontainer' which is called inside my component 'A'
I just want to know how to get/return folderid/path from 'folderlocatorcontainer' to my component class 'A'.
Got solution myself ..
onReturn method inside component class i used below two lines, that solved my issue.
LocatorItemResultSet setLocatorSelections = (LocatorItemResultSet)map.get("_locator_sel");String selectedObjId = (String)setLocatorSelections.getObject("r_object_id");