Im using TextEdit in dynpro to write som text. Here is it possible to use linebreak in the text to the next text can come on the next line. I have binded this textedit with a context.. The problem is when im using interactive forms and TextField to view the text that is written in a textedit, the linebreaks gets replaced by 1 space " ".
Example
TextEdit
My name is:
Kristoffer
Will be presented like this in a TextView
My name is: Kristoffer
Someone got any suggestion? I have allowed multiple lines on the textfield..