Hi Feike,data-tags="${linkList.tags @join=', '}" does not work . I have
attached the java class (Which I have modified but I am doing lot more
stuff in the real file) and .html code also.In my dialog I am using a
simple tag field. My .html code looks like.Test code.This is
my expected output Test codeBut I don't like using
properties['cq:tags'] for join operation rather I would like to derive
it from my linkList object, as now in my .html code I am reading values
from 2 different source one is p...