Re: [s2] and HTML content from DB

2006-11-22 Thread Andrew Stepanenko
ok, I found the solution: adding escape="false" to tag will do the work. On 11/23/06, Andrew Stepanenko <[EMAIL PROTECTED]> wrote: Hello, I have content stored in MySQL DB in HTML format, but when I try to display it in my page using tag, symbols '<' and '>' are replaced with '<' and '>>', t

[s2] and HTML content from DB

2006-11-22 Thread Andrew Stepanenko
Hello, I have content stored in MySQL DB in HTML format, but when I try to display it in my page using tag, symbols '<' and '>' are replaced with '<' and '>>', thus the HTML code is displayed instead of being rendered by the browser. Is there any option to tell struts not to replace '<' and '>'