Hi, I would like to get image to display and it is not working if I try to get asset from ognl.
<asset name="fish" path="context:/image/fish.gif"/>
<component id="animalImage" type="Image">
<binding name="image" value="asset:myImage"/>
</component>
Where getMyImage is a method to return a String "fish"
public String getMyImage(){
return "fish";
}
Thanks
