前提・実現したいこと
javaでアプリを作っています。
spring Tool Suites4を使っています。
H2コンソールと連携し、登録までできるようになったのですが、
データの新規作成と編集を入力する際に、チェック機能を付けたいのですが、上手く実行できません。
メールアドレスの入力チェックは、上手く実行できているのですが、
その他の氏名、電話番号がエラーがでます。
発生している問題・エラーメッセージ
エラーメッセージ
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Fri Sep 13 15:52:38 JST 2019
There was an unexpected error (type=Bad Request, status=400).
Validation failed for object='
Form'. Error count: 2
org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 2 errors
Field error in object 'Form' on field 'Name': rejected value []; codes [Size.Form.Name,Size.Name,Size.java.lang.String,Size]; arguments
補足情報(FW/ツールのバージョンなど)
回答1件
あなたの回答
tips
プレビュー