Hi
Is there a way to cause a line break within the string value of an OutputText component in MAF?
I tried "<br/>" within the string, but that simply printed out "<br/" instead of causing a line break
on the emulator.
I am basically looking to display lines of text data on my mobile device. Is the OutputText
component the appropriate component to do so?
Thanks.