Re: Not escaping HTML in checkbox Tag

2018-11-17 Thread Yasser Zamani
Hi Marc, There is a same question at [1]. Does it's answer satisfy your question? Regards. [1] https://stackoverflow.com/questions/19324332/struts-2-0-allow-html-in-label-of-scheckbox On Nov 16, 2018, at 3:17 PM, Marc Michele mailto:develo...@tiv-consulting.de>> wrote: Hello list, my problem

Not escaping HTML in checkbox Tag

2018-11-16 Thread Marc Michele
Hello list, my problem is that i have a message resource key defined like this: message.privacy=Die Datenschutzerklärung when i use it in text tag like this: all is ok an html is not escaped but when i used it in checkbox tag like this: html is escaped an my link is not working is there