Preserving line breaks from a inputTextArea
Hi
In my app, I have an h:inputTextArea whose content will be saved in the DB and later be printed in some other page. The problem is that I need to print the text as it was typed in the textarea, but the line-breaks get stripped away during the process.
How can I make sure that the component passes the text as it was typed to the app? Btw, I'm using jsp/jsf/ajax4jsf components.
TIA
Khristian

