블로그 이미지
린아빠

카테고리

분류 전체보기 (26)
자동차 (0)
세차 일기 (1)
주식 일기 (0)
Tip & Tech (1)
Linux (5)
Windows (0)
JAVA/JSP (5)
ASP (1)
JavaScript (6)
DATABASE (0)
제주여행 (0)
인테리어 (0)
위시리스트 (0)
Total
Today
Yesterday

import org.springframework.web.bind.annotation.RequestParam;

public ModelAndView pageView(CommandMap commandMap, Model model, HttpServletResponse response) throws Exception{

..중간생략

response.setContentType("text/html; charset=UTF-8");
PrintWriter out = response.getWriter();
out.println("<script>alert('정보를 확인해주세요.'); </script>");
out.flush();

}

'JAVA/JSP' 카테고리의 다른 글

jsp에서 모든 request 출력하기  (0) 2017.11.07
java한글깨짐 테스트  (0) 2017.11.07
Project facet Java version 1.8 is not supported.  (0) 2017.02.24
textarea 개행처리  (0) 2016.11.27
Posted by 린아빠
, |