The resulting html text will wrap inside of the element tags that you have placed it into unless you explicitly tell it not to with something like <p nowrap>comments here</p> Or with css <p style="white-space: nowrap;">comments here</p>
So in other words you should not have to do anything. If you want to keep the text width a certain size you can also inline style with <p style="width: 200px;">comments here</p> HTH -- Tim Coy > If I use <bean:write> to display a bean property "comments" which happens > to be a long line of text. Is there a way to enforce "wrapping" with > <bean:write> so the long "comments" can be displayed as a paragraph? > > Thanks! > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

