728x90

<bean:write name='list' property='content'/>

html태그가 있는 내용을 bean write 로 뿌려주게 되면 특수기호가 아스키로 갓다가 다시 html에서 보여지기 때문에 <br>과 같은 태그가 그냥 보여지게 된다.

그래서

<bean:define id='realContent' name='list' property='content'/>
<%=(String)realContent %>

이렇게하면 된다.

728x90

'WEB' 카테고리의 다른 글

Cannot create JDBC driver of class '' form connect URL 'null'  (3) 2012.07.29
HTML TEXTAREA 글자수 제한  (0) 2012.07.29
css !important  (0) 2012.07.29
태그 찾아서 속성 바꾸기  (0) 2012.07.29
img alt  (1) 2012.07.29

+ Recent posts