cmoreno wrote:
I have a problem with <s:property> tag. How can I use into this tag 's value
special characters like \r\n. I tried with escape attribute, but it isn't work. I tried to change \r\n
with <br> tag, but isn't work. If I look up into the source code the value
is ok (with line return) How can I resolve this?

Whitespace gets invisibled by the browser. You need to use <br/> tags and make sure the output isn't escaped in order to get linebreaks in the browser.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to