Re: Struts and Escaping Special Charachters in HTML
At 4:50 PM +0200 9/2/04, Hamrita Sami wrote: Hello, does Struts support escaping special charachters for HTML GUIs (e.g. ü --> ü) when using its custom tags library? If yes, how to enable that feature then? Struts doesn't convert characters to HTML entities. Instead, you should control the chara
Struts and Escaping Special Charachters in HTML
Hello, does Struts support escaping special charachters for HTML GUIs (e.g. ü --> ü) when using its custom tags library? If yes, how to enable that feature then? Cheers, Sami