i have the following issue: im calling a service on an onClick event through the "service call" component but the script keeps executing after calling the service, it does not wait for the service response. how can i stop execution of the onClick event until the service returns a result?
i tried calling the service through a configuration option in my view but if i take that approach ill have to move a lot of logic to the service call which im not very keen on.
any help would be appreciated.
cheers
------------------------------
jhon wick
------------------------------