Response mapping not working for Link > URL
I have a rest service that is successfully acquiring data via GET. I've got a panel, that I've placed a link object into. I've mapped the rest data to the panel and link object.
The rest data consists of a title and a url. Tiggzi allows me to map the rest title to the text attribute on the link object, and will display 20 results properly (for example). But it won't map the rest urls properly. I can get the rest urls to display, if I map them to the text attribute instead of using the rest title data. But nothing will map properly to the link object's url (I can only show plain text, no connected urls).
Any help on this would be appreciated.