Callback: AEFPrependGadgetValueAsString
Arguments: Gadget - Gadget whose value is to be modified
srcGadgetPath - path to source gadget
  
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 value stored in the InputValue gadget
	*/
	Commands = 
	AEFPrependGadgetValueAsString&/.../FinalValue
		("/.../InputValue");
}

    
NOTE: If the sourceGadget is a List, the value of the sourceGadget will be a comma-delimited string composed of all List values.
Supported AEF DSL Callbacks 123 Tivoli®  SecureWay Application Management Toolkit Guide