result.jsp
페이지 정보
본문
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
msg : ${msg }<br>
id : ${id }
<hr>
- productVO -<br>
<span>상품명 : ${productVO.name }</span><br>
<span>가격 : ${productVO.price }</span><br><br>
- product -<br>
<span>상품명 : ${product.name }</span><br>
<span>가격 : ${product.price }</span>
</body>
</html>
- 이전글SampleController.java 24.07.17
- 다음글② 기초적인 컨트롤러 생성 실습 ( 스프링 MVC ) 24.07.17
댓글목록
등록된 댓글이 없습니다.