심각: Servlet.service() for servlet [kr.devinside.controller.BoardServlet] in context with path [/webStudy11] threw exception java.lang.NullPointerException
위와 같이 오류가 발생한다면 서블릿에서 패러미터의 null처리가 필요한 경우이다.
아래 소스를 참고하면 된다.
'Web > JSP' 카테고리의 다른 글
Spring #1 - @Inject (0) | 2015.03.16 |
---|---|
오류 #1 - ora-00911 문자가 부적합합니다 (0) | 2015.02.26 |
MultiFile Upload 예제 - cos.jar 첨부 (0) | 2015.02.24 |
JSP #20 DBCP (0) | 2015.02.17 |
JSP #19 Oracle DB - #2 PreparedStatement (0) | 2015.02.15 |