nested exception is java.lang.IndexOutOfBoundsException:Index: 256, Size: 256 오류 메세지 전자정부 프레임워크 공통 컴포넌트를 생성하면 자동으로 생기는 EgovBindingInitializer.java 파일에 binder.setAutoGrowNestedPaths(true); binder.setAutoGrowCollectionLimit(100000); 를 추가하면 된다. (리스트 최대 개수) public void initBinder(WebDataBinder binder, WebRequest request) { binder.setAutoGrowNestedPaths(true); //추가 binder.setAutoGrowCollectionLimit(1..