Hi,
It depends how you want to represent your String[]
1. If the String[] is a column then you should bind it to the context node with attribute of type String. You can use .bind(List l) method to make it simpler.
2. If the String[] is just an element of a table I would suggest to flatten it and then present it as a table element.
Hope it helps.
Victor.
Add a comment