How to put "new line" in JSP's Epression Language?
- by Roman Kagan
What would be right EL expression in JSP to have a new line or HTML's <br/>?
Here's my code that doesn't work and render with '\n' in text.
<af:outputText value="#{msg.TCW_SELECT_PART_ANALYSIS}\n#{msg.TCW_SELECT_PART_ANALYSIS2}"/>