Hi,
I made a JSONP call on to get a list of labels in the chosen language for populating all the labels.
I first tried with custom JS - bad idea not working, but in the end I created a REST service and it's working (actually the easiest solution!!) .
It is great think that you can map the returned data to labels, but now I have faced an issue.
My labels are on different pages and with REST service mapping I only have the first page's objects available as the service is bind to the calling page.
How can I map other page's object to the response data?
As per your documentation
http://docs.tiggzi.com/documentation/...
I also tried to store data in local storage var but.. I ended up with the same trouble, unless there is a service page-related that allows me to map vars as if they were returned by a REST call.
any clue?
I wouldn't go if possibile for specific Javascript (I have like 2 labels on the first page and more than 50 in the others!!)
Thanks! Marco.