Hi
I have a document which contains a richtext field.
I wrote a servlet which read the document and display it.
String bodyText=((RichTextItem)doc.getFirstItem("body")).getFormattedText(false,0,0);
but with this method I lose the style of the richtext (bold, colors even new line)
How can I obtain this information with java backend classes?
Thanks
Mircea Serban