Hi Experts,
In my requirement i have a view which contains three dropdowns.The data in this dropdowns should come from the database.I make a context as it contains a parent node(A) and in that i have three childnodes like (x,y,z) which is bind to the above three dropdowns. While i am test it i am not getting the dropdowns.I set the cardinality to parent as (1..1) and children node's cardinality as (1..n). and the Singleton property of parent as true and child nodes as false.
What to do to get data in to dropdowns?