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]>

