레퍼런스 <spring:checkbox> tip!

황제낙엽 2007.10.01 07:51 조회 수 : 536 추천:123

sitelink1  
sitelink2  
sitelink3  
extra_vars6  
< spring:checkbox >는 세 가지 타입으로 매핑될 수 있습니다.

1. Boolean과 매핑될 때
하나의 체크박스가 하나의 속성을 의미합니다. 체크가 되면 true, 체크되지 않으면 false 입니다.

<form:checkbox path="preferences.receiveNewsletter"/>
2. Collection과 매핑될 때
여러 개의 체크박스가 Collection과 매핑될 수 있습니다. 체크된 값만이 List에 추가됩니다. 단, 클라이언트에서 전달되는 값은 list가 아닌 배열로 전달되게 됩니다.
Quidditch: <form:checkbox path="preferences.interests" value="Quidditch"/>
Herbology: <form:checkbox path="preferences.interests" value="Herbology"/>

3. 일반 text value 전달
체크 박스에 정해져 있는 value가 문자열로 전달됩니다.
<form:checkbox path="preferences.favouriteWord" value="Magic"/>


번호 제목 글쓴이 날짜 조회 수
공지 (확인전) [2021.03.12] Eclipse에서 Spring Boot로 JSP사용하기(Gradle) 황제낙엽 2023.12.23 706
공지 [작성중/인프런] 스프링부트 시큐리티 & JWT 강의 황제낙엽 2023.12.20 699
81 java.util.MissingResourceException: Can't find bundle for base name xxx, locale ko_KR 황제낙엽 2007.06.21 2667
80 Spring Boot PetClinic Sample Application 황제낙엽 2023.12.21 977
79 [Spring3.1.1][1] RestTemplate 한글 문제 황제낙엽 2018.08.08 908
78 Spring WebFlow Introduction (웹개발을 직관적으로) 황제낙엽 2006.12.09 678
77 Spring Security OAuth2구현 file 황제낙엽 2019.09.05 620
76 Spring Security OAuth 황제낙엽 2019.09.05 605
» <spring:checkbox> tip! 황제낙엽 2007.10.01 536
74 [Spring3.1.1][3] RestTemplate 한글 문제 황제낙엽 2018.08.08 427
73 Spring 과 Spring Boot의 차이 file 황제낙엽 2020.05.26 417
72 Spring MVC 가 아닌 환경에서 Spring Pojo Bean 사용하기 (Pure Java App 또는 Servlet App) 황제낙엽 2009.10.22 413
71 Spring Boot에서의 RESTful API 모듈 file 황제낙엽 2020.04.16 378
70 SimpleFormController 정리 황제낙엽 2007.09.19 356
69 스프링 개발팁 황제낙엽 2007.08.17 355
68 Cugain의 샘플프로젝트 jpetstore 분석기 - (5) applicationContext.xml 분석 황제낙엽 2007.04.21 353
67 Spring의 Exception 황제낙엽 2007.09.17 332
66 [Spring3.1.1] ResponseBody 한글깨짐 해결법 황제낙엽 2018.08.08 310
65 Spring Framework 에서 사용하는 annotation 황제낙엽 2024.01.17 305
64 Spring MVC 어플리케이션 개발 <11> 간단한 조회 구현 방안 비교 황제낙엽 2007.05.27 297