<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> DTO Send

DTO Send Result

Name: ${humanDto.name}

Age: ${humanDto.age}

Height: ${humanDto.height}

Birthday: ${humanDto.birthday}

${result}