here is the thing i did for the same trouble i had.
when I'm passing the text to the next page in jsp, i'm reading it as a textarea instead of reading something like
so the output came as you wanted. and for other properties, you can use as below.
<textarea style="background-color: white; border: none; width:660px;font-family: Arial, Helvetica, sans-serif; font-size:1.0em; resize:none;" name="text" cols="75" rows="15" readonly="readonly" ><s:property value="%{text}"/></textarea>