Automatically call httpservice.send
- by Matt Robinson
I have an application that displays the data from 3 xml files (auto generated from SQL table) using httpservices to get them.
The first xml file is small and contains around 30 items, the second and thrid contain around 200-300 items each.
The first dataset loads quickly and is invoked on creationComplete. The second and third are called from click…