Hi All,
Suppose I have a bean class Sample.java, which in turn has one attribute private List<Image> images. The Image.java has private String url. I want to read only the first url property of the list in my sightly file.
Any thoughts/pointers/reference code on how to do this will be really helpful.