반응형
Notice
Recent Posts
Recent Comments
Link
관리 메뉴

bro's coding

spring.객체 안 객체 접근(view) 본문

[IT]/Spring

spring.객체 안 객체 접근(view)

givemebro 2021. 6. 2. 15:55
반응형
	<form method="post" action="paramtestHasA.do">
		<input type="text" name="id" placeholder="아이디"><br> <input
			type="password" name="password" placeholder="패스워드"><br>
		<input type="text" name="name" placeholder="이름"><br> <input
			type="text" name="address" placeholder="주소"><br> <input
			type="text" name="carVO.model" placeholder="자동차모델명"><br>
		<input type="text" name="carVO.price" placeholder="자동차 가격"><br>
		<input type="submit" value="회원가입">
반응형

'[IT] > Spring' 카테고리의 다른 글

Spring.Tiles Framework  (0) 2021.06.22
Spring 설정 @Configuration @Bean  (0) 2021.06.22
Spring.Junit(단위 테스트)  (0) 2021.06.07
Spring.modelAndView  (0) 2021.06.02
Spring.MVC  (0) 2021.06.02
Spring.AOP적용 단계  (0) 2021.06.01
spring.web.xml 설정  (0) 2021.06.01
Spring.annotation  (0) 2021.05.31
Comments