하은양 믿음군 효실맘 호홍홍집s

jstl 기본 사용법중 줄바꿈을 br 태그로 전환 본문

가벼운 배움/jsp

jstl 기본 사용법중 줄바꿈을 br 태그로 전환

호홍홍집 2015. 11. 5. 10:49

참조 : http://javafactory.tistory.com/347

 

<% pageContext.setAttribute("enter","\n"); %>
${fn:replace(info.text, enter, '
') // 엔터처리 <% pageContext.setAttribute("enter","\n"); %> ${fn:replace(fn:replace(fn:escapeXml(info.content_txt), enter, '
') , ' ', ' ')} // 엔터와 공백 처리