Open developer-sunnywu opened 6 months ago
You don't need a Java class for that You can just use a map of lists with Velocity language See https://doc.telosys.org/templates/code-snippets#maps-of-lists
Thank you! I will try your suggested solution. But the problem here we should expect they have same behavior?
Description:
I try to use custom function return arraylist and here is my function in java
And there is my velocity.vm
I find that even though they have same type(java.util.ArrayList), the myJavaList not work
Version use: telosys-cli-4.1.1-001
Expected behaviour I expect they can both use the same operator which I can access the element using bracket notation here. Hope I specify the problem clearly