.replaceAll("\n","<br/>") does not work
To add line breaks or carriage returns to an HTML view of a multi-line field, I tried this solution:
<td><%=record.item2_1.replaceAll("\n","<br/>")%></td>
but got this error message
Would really appreciate your help. Many thanks in advance!