add filter="false" in your <bean:write> tag Shri
-----Original Message----- From: Balasubrahmanyam Pasumsarthy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 28 November 2001 11:40 AM To: Struts Users Mailing List Subject: Problem with new line character Hi all, I've got a value in the form bean that is coming from the database. The value contains new line characters '\n' . So when I try to display it the new line characters are not being taken care. I tried to convert that to <br> before storing the value in the bean. But strangely it didn't worked, instead it prints '<br>'. I guess the struts is converting the <, > to < , >. Any pointers, how to fix the problem is really appreciated. Regards, Balu -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

