티스토리 뷰
SW개발/Spring Framework
Neither BindingResult nor plain target object for bean name 'categoryOptions' available as request attribute
개소왕 2019. 2. 27. 18:56// 정리 필요
Neither BindingResult nor plain target object for bean name 'categoryOptions' available as request attribute
https://www.mkyong.com/spring-mvc/spring-mvc-dropdown-box-example/
https://stackoverflow.com/questions/39695674/neither-bindingresult-nor-plain-target-object-for-bean-name-categoryoptions-av
itemsList 뿐만 아니라
시작시 지정될 아이템 1개 객체
mav.addObject("linkType", BbsInfoPlace.LinkType.blg);
를 내보내 줘야 함.
'SW개발 > Spring Framework' 카테고리의 다른 글
Spring boot / Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. (0) | 2019.06.12 |
---|---|
slf4j failed to load class org.slf4j.impl.staticloggerbinder (0) | 2019.04.26 |
구동 완료 후 바로 실행되는 메서드 (0) | 2019.02.22 |
Spring 종료 전 호출 (0) | 2018.08.21 |
eclipse - 웹 프로젝트 Context root 변경하는 방법 (0) | 2018.08.17 |