<%@ page language="java" contentType="text/html;charset=Shift-JIS" %> <%@page import="java.util.*"%> <HTML><BODY>
<% HashMap map = new HashMap(); map.put("mapKey","TEST!!"); request.setAttribute("mapData",map); %>
${mapData.mapKey}
</BODY></HTML>