Re: RE: Struts7: looking for constant to set escapeHtml=false

2025-03-31 Thread Lukasz Lenart
pon., 24 mar 2025 o 20:04 Ute Kaiser napisał(a): > Thx Lukasz and Nate. > > I created MypropertyTag.java extending PropertyTag.java with my own method > setEscapeHtml but it was not called when the attribute escateHTML was not set > in jsp. > So I decided to go with Nate and to add the attribute

Aw: RE: Struts7: looking for constant to set escapeHtml=false

2025-03-24 Thread Ute Kaiser
uot;Struts Users Mailing List" > Betreff: RE: Struts7: looking for constant to set escapeHtml=false > > Hi Łukasz, > > I might be mistaken, but a custom tag using s:component would probably lead > to having to replace most if not all affected s:property tags in the project

RE: Struts7: looking for constant to set escapeHtml=false

2025-03-24 Thread Nate Kerkhofs
To: Struts Users Mailing List Subject: Re: Struts7: looking for constant to set escapeHtml=false sob., 22 mar 2025 o 15:19 Ute Kaiser napisał(a): > > My application output is XML (not HTML), but German umlaute (ä,ö,ü) are > escaped for and let the XML output crash in browser. > Is th

Re: Struts7: looking for constant to set escapeHtml=false

2025-03-22 Thread Lukasz Lenart
sob., 22 mar 2025 o 15:19 Ute Kaiser napisał(a): > > My application output is XML (not HTML), but German umlaute (ä,ö,ü) are > escaped for and let the XML output crash in browser. > Is there a way to configure e.g. struts.xml to set escapeHtml=false? > (instead of adding it to every single row i