JCF TEAM BLOG

관리자 글쓰기
블로그 »

jsp파일에서 한글 데이터가  깨져서 이리저리  charset도  계속 확인해보고 했는데 원인은 form에 있었음.

<s:form  enctype="multipart/form-data" action="saveBBS" method="post"
 theme="simple" onsubmit="formCheck();" >

위에서 enctype부분이 꼭 들어가야함. 안그럼 한글이 깨져서 들어감,.

크리에이티브 커먼즈 라이센스
Creative Commons License
Writer profile
by 김민아
2008/09/24 14:39 2008/09/24 14:39

(go to top)