%@ 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" %>
key1 : ${mapData.key1}
key2 : ${mapData.key2}
key3 : ${mapData.key3}
name : ${humanDto.getName()}
age : ${humanDto.getAge()}
height : ${humanDto.getHeight()}
birthday : ${humanDto.getBirthday()}