I tried to evaluate an inner variable like ${messages.${column}} in my first jXLS template without any success.
Could someone help It is even possible? Any help would be appreciated.
Cheers Joska
I tried to evaluate an inner variable like ${messages.${column}} in my first jXLS template without any success.
Could someone help It is even possible? Any help would be appreciated.
Cheers Joska
Any object property graph depth is possible. For example,
In your case
${messages.${column}}
should be${message.column}
if I understand your question correctly