How to convert line breaks to br/ using bean:write

2005-05-26 Thread Nils Liebelt
Hi all, is that possible? GreetZ Nils

How to convert line breaks to br/ using bean:write

2005-05-26 Thread Nils Liebelt
Hi all, is that possible? GreetZ Nils

Re: How to convert line breaks to br/ using bean:write

2005-05-26 Thread Aladin Alaily
Hi Nils, I don't know if this is what you mean (or why you would want to do this instead of just writing br/)... but you could have something like this: bean:write message=line.break / and in your properties file, you have the following: line.break=br/ Good Luck! Aladin

Re: How to convert line breaks to br/ using bean:write

2005-05-26 Thread JM Tinghir
Hi Nils, Try this : bean:write name=res filter=false/ It worked for me. Jean-Marie Tinghir 2005/5/26, Aladin Alaily [EMAIL PROTECTED]: Hi Nils, I don't know if this is what you mean (or why you would want to do this instead of just writing br/)... but you could have something like this: