[T4] How to get image using ongl ?
Hi, I would like to get image to display and it is not working if I try to get asset from ognl. Where getMyImage is a method to return a String "fish" public String getMyImage(){ return "fish"; } Thanks
Dynamic image for table column
Hi, I am trying to create a table from a list and to display image based on the type of each row I encountered. Here is snippet code of my Home.page in the Home.java There is a method getAnimal which returns String i.e. dog, cat .etc. However, the page exception show