Programming 썸네일형 리스트형 java.lang.IllegalStateException: getOutputStream() has already been called for this response JSP 를 Servlet 으로 변하는 과정에 생기는 OutputStream 때문인데, 다음을 통해 JSP 자체의 OutputStream 을 제거할 필요가 있다. 반드시 getOutputStream() 앞에 위치시킨다.out.clear(); out=pageContext.pushBody(); 더보기 이전 1 ··· 21 22 23 24 25 26 27 ··· 69 다음