[Question]
가이드의 파일관리를 보고 작성중입니다.
context-common.xml
context-properties.xml
두가지는 잘 입력 하였습니다.
@RequestMapping
public String addFind(
final MultipartHttpServletRequest multiRequest
,Map commandMap
,Model model
,SessionStatus status
)throws Exception {
}
컨트롤러에서는 이런식으로 작성되어 있는데 처음 함수 호출 되는 즉시 에러가 납니다.
java.lang.IllegalStateException: Standard argument type [org.springframework.web.multipart.MultipartHttpServletRequest] resolved to incompatible value of type [class egovframework.rte.ptl.mvc.filter.HTMLTagFilterRequestWrapper]. Consider declaring the argument type in a less specific fashion.
어떤게 문제일까요..
<from eGovframe Portal Q&A>
|
11.04.04-18:53:34 |
728x90
'Carpe Programming > eGovFramework' 카테고리의 다른 글
java.lang.OutOfMemoryError: Java heap space (0) | 2011.10.19 |
---|---|
[egovframework] jsp 내의 <% %> 안에서 db에서 가져온 값을 사용하는 방법 (0) | 2011.09.10 |
[egovframe] 본문에 html 코드 적용 ( 치환 사용 X ) (0) | 2011.09.09 |
[egov] 전자정부 프레임워크 - 에디터를 이용한 입력/수정 시 내용 처리 (0) | 2011.09.05 |
전자정부 프레임워크 "알 수 없는 오류가 발생하였습니다." (0) | 2011.08.09 |