Re: bean:write removing carriage return

2005-12-28 Thread Deepa Khetan
try to put the value that you want to write within double quotes On 12/29/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > > 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

Re: bean:write removing carriage return

2005-12-28 Thread Laurie Harper
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? Rememb

bean:write removing carriage return

2005-12-28 Thread Daniel Kies
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.