I am populating a drop down and have mapped the node to dropdown properly.
i am not able to pick up the selected node element. by default as null. How ever i am using the EnumDropDownList to populate the drop down.
I have 3 elements in the node element which i am populating in wdInit() and is working fine.
on submit, i am getting the element at leadselection and trying to fetch the value, but the lead selection is coming 0. Any idea why?
the same code is working fine for a regular webdynpro screen.
Any ideas???