-
JSTL에서 textarea 줄바꿈 문자 replace♣ Tech & Biz Salon/Tech 2013. 4. 11. 11:41
from : http://stackoverflow.com/questions/58054/how-can-i-replace-newline-characters-using-jsp-and-jstl
<% pageContext.setAttribute("newLineChar", "\n"); %>
......
${fn:replace( strData, newLineChar, '<br/>')}
'♣ Tech & Biz Salon > Tech' 카테고리의 다른 글
Get children in javascript, jquery / Loop Checkd Checkbox (0) 2013.05.02 pgsql 시퀀스 현재 값 변경 (0) 2013.03.26 Tomcat 기동시 class not found에 대한 무식한 조치 (0) 2013.03.26