Hi I am trying to create a template with the following:
SU: ------------------------ List<WE> weList; class WE ------------------------ String property1; String property2; String property3; List<AS> asList; class AS: ------------------------ String property10; String property11; String property12; List<AR> arList; class AR: ------------------------ String property20; String property21; I need to iterate over weList in the SU class - this part is working and adding the values to my word template I then need to iterate over each element in the asList in the WE class and display its values Finally I need to iterate over each element in the arList in the AS class and display its values Firstly is this possible with JOpenDocument - if so does someone have a working example they can send me - pulling my hair out Many thanks Kaz