Callback: AEFSetValueToListValues
Arguments: Gadget - Gadget whose value is to be modified
srcGadgetPath - path to source gadget
"SELECTED" or "ALL"
  
Description: For single-valued destination gadgets, sets value of the destination gadget to the value of the specified source gadget. For List destination gadgets, deletes existing List entries and then inserts the value of the specified source gadget.
Example:
    
    
Button {
	Name = SetGadgetValue;
	Title = "SetGadgetValue";
	/* This button will Set the FinalValue gadget 
	 * with the currently selected values in the MyList
	 * gadget.
	*/
	Commands = 
	AEFSetValueToListValues&/.../FinalValue
		("/.../MyList","SELECTED");
}

    
NOTE: If the sourceGadget is a List, the value of the sourceGadget will be all List items (not a "flattened" string value).
Supported AEF DSL Callbacks 129 Tivoli®  SecureWay Application Management Toolkit Guide