How do I map an images with 2 properties from an XML feed?
Example:
image = iconImage
url = http://someurl.com/images/
icon = icon.png
Using the above I wish “iconImage” to display http://someurl.com/images/icon.png
How do I map an images with 2 properties from an XML feed?
Example:
image = iconImage
url = http://someurl.com/images/
icon = icon.png
Using the above I wish “iconImage” to display http://someurl.com/images/icon.png
Hello,
Please bind Service response root to the Image component, and add the following JS code:
pre
return value.url+value.icon;
/pre