result.jsp ( 뷰 : V )
페이지 정보
본문
<%@ 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 }
<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 ( 컨트롤러 : C ) 24.07.17
- 다음글① 기초적인 컨트롤러 생성 실습 ( 리턴 타입 ) 24.07.16
댓글목록
등록된 댓글이 없습니다.