Forum Discussion
TariqHussain
Boss
jaread83 - There is no alternative context object which is mentioned in the documentation. However, as a workaround, you can remove all the HTML using velocity method.
Can you give a try to below two methods.
${note.getBody().replace("</?[^>]+/?>", "")}
${note.getBody().replaceAll("</?[^>]+/?>", "")}
I found this from here.
Related Content
- 11 years ago
- 6 months ago
- 3 years ago
- 3 years ago