Hi,
I'm trying to use JSTL function replace to replace line break to <br>. This is the code I have.
${fn:replace(row.ENTRY_DESC, "\n", "<br>"}
I have error code in this function. If I use regular replace function it works. Can someone explain what's difference here and can make jstl function to make work?
Thank you all.
I'm trying to use JSTL function replace to replace line break to <br>. This is the code I have.
${fn:replace(row.ENTRY_DESC, "\n", "<br>"}
I have error code in this function. If I use regular replace function it works. Can someone explain what's difference here and can make jstl function to make work?
Thank you all.