There is a column from a view which have the multi-value separator the new line.
But when I drag and drop this view inside my XPage ( as a <xp:viewpanel>
) the multiple values are display within ,
and not in different lines.
I couldn't find any property in the view column. How can I achive this?
Thanks in advance.
You have to use customConverter here. Because convertList takes only one character as the seperator.
We are imploding values by
<br/>
string and providing content type so it won't escape the html output.