I have a simple WD component with a view with a tree component bound to the level 1 node (structure WDR_NAME_VALUE) of the following view context:
. Context
. . Level1 (node, initialise lead selection = yes, cardinality 0..n, selection 0..1)
. . . NAME (attribute)
. . . VALUE (attribute)
The Level 1 node has a supply function which does a bind_table(). The problem is the supply function is never called. The view is displayed with an empty tree. I have set external breakpoints and they are never called so I know the supply function is not being executed.
What must be done for the supply function to be called? In all other applications I have made the supply function is called when the view is loaded.
Edited by: Marc Cawood on Jun 4, 2008 2:26 PM