Daniel Kies wrote:
greetings.  I am using a bean:write tag, but it is removing carriage returns
from the result outputted on the jsp.  Is there any way to avoid this so the
carriage return shows up and the text goes to a new line?  Thanks in
advance.

Are you sure that's what's happening? Remember that in most cases carriage returns aren't significant in HTML. Your text will be re-flowed according to the width of its containing block.

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to