'getOutputStream() has already been called for this response'에 해당되는 글 1건
2013. 6. 13. 11:11
[JSP] getOutputStream() has already been called for this response
2013. 6. 13. 11:11 in -=-= 컴퓨터 =-=-/웹프로그래밍
파일(엑셀) 다운로드시 위와 같은 오류 발생시 추가
out.clear();
out = pageContext.pushBody();
pageContext.forward(fileName);
JSP는 기본 OutputStream 객체를 가지고 있음
스펙상 JSP는 서블릿에서 처리하는게 원칙이지만
위와같이 하면 가능함.
'-=-= 컴퓨터 =-=- > 웹프로그래밍' 카테고리의 다른 글
클라이언트 Mac Address 가져오기 (0) | 2014.02.07 |
---|---|
javascript selectbox 값으로 셋팅하기 (0) | 2012.12.15 |
onsubmit return false (0) | 2012.11.19 |
Struts 메시지 프로퍼티 사용하기 (0) | 2012.11.12 |
[CSS] 이미지 세로 가운데 정렬 (0) | 2012.10.15 |