DS's『 행복합시다 』

전체 글 288

[전자정부프레임워크] Consider declaring the argument type in a less specific fashion.

[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.Multipart..

[modalDialog] 모달 팝업

1. 모든 제어권을 새로 띄워지는 창이 가짐. -> showModalDialog로 생성된 팝업창을 닫아야 부모창은 다른 액션을 취할 수 있음. 2. 사용방법 window.showModalDialog("url","arguments","options"); - url은 모달다이어로그로 열 html 문서의 주소 - arguments는 대화 상자에 넘겨줄 인자 - options dialogHeight : pixel 높이 dialogWeight : pixel 너비 dialogLeft : 좌측 상단의 x 좌표 dialogTop : 좌측 상단의 y 좌표 center : 중앙위치설정(yes/no) help : help 아이콘(yes/no) scroll : 스크롤바(yes/no) resizable : 크기조절 가능여부(y..

728x90