名前は必須で5文字以下とする。 年齢は0以上の整数とする。 入力にエラーがある場合は入力域の背景色を赤にし、横にエラーメッセージを表示する。 ↑ 1. 画面の作成(Thymeleaf) † 画面を作成する。 (src/main/resources/templates/validSample.html) <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link th:href="@{/resources/css/base.css}" rel="stylesheet" type="text/css"