In Tap 4 try this: in your code
@Component(id="myImg", type="Any",
bindings = {"src=ognl:'/path/to/image/myimage.jpg'"})
public abstract Any getMyImg();
in your template
<img jwcid="myImg"/>
In Tap 4 try this: in your code
@Component(id="myImg", type="Any",
bindings = {"src=ognl:'/path/to/image/myimage.jpg'"})
public abstract Any getMyImg();
in your template
<img jwcid="myImg"/>