반응형
아래와 같은 메시지가 출력 된다면...
ArticleProperties와 연결된 클래스에서 모든 변수에 값이 제대로 입력 되었는지 확인해 봐야 한다.
javax.servlet.ServletException:
--- The error occurred in /sql/board.postgresql.xml.
--- The error occurred while applying a parameter map.
--- Check the ArticleProperties.
--- Check the parameter mapping for the 'idnum' property.
--- Cause: org.postgresql.util.PSQLException: The column index is out of range: 1, number of columns: 0.
org.apache.struts.chain.ComposableRequestProcessor.process(ComposableRequestProcessor.java:286)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
com.lmsdev.core.BaseServlet.doPost(BaseServlet.java:40)
javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
--- The error occurred in /sql/board.postgresql.xml.
--- The error occurred while applying a parameter map.
--- Check the ArticleProperties.
--- Check the parameter mapping for the 'idnum' property.
--- Cause: org.postgresql.util.PSQLException: The column index is out of range: 1, number of columns: 0.
org.apache.struts.chain.ComposableRequestProcessor.process(ComposableRequestProcessor.java:286)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
com.lmsdev.core.BaseServlet.doPost(BaseServlet.java:40)
javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
ArticleProperties와 연결된 클래스에서 모든 변수에 값이 제대로 입력 되었는지 확인해 봐야 한다.
반응형
'프로그래밍 > 웹 프로그래밍' 카테고리의 다른 글
[javascript] innerHTML 오류(IE 계열만) (0) | 2007.11.19 |
---|---|
[struts] action에서 국제화 (0) | 2007.09.11 |
struts + iBATIS + DBCP 사용하기 (0) | 2007.08.27 |
[JSP] 날짜 포멧에 맞추어 가져오기 (0) | 2007.07.19 |
댓글