Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

入力値検証時のエラーメッセージのキーのパターンを追加する。 #86

Closed
mygreen opened this issue Oct 30, 2016 · 1 comment
Milestone

Comments

@mygreen
Copy link
Owner

mygreen commented Oct 30, 2016

入力値検証時のメッセージとして、 クラス名+フィールド名 のパターンを追加する。

## サンプル
# エラーメッセージ=cellFieldError.pattern
# オブジェクト名=com.example.SampleSheet
# フィールド名=email
# パス=list[1]

cellFieldError.pattern.com.example.SampleSheet.list[1].email
cellFieldError.pattern.com.example.SampleSheet.list.email
cellFieldError.pattern.com.example.SampleSheet.email
cellFieldError.pattern.SampleSheet.list[1].email
cellFieldError.pattern.SampleSheet.list.email
cellFieldError.pattern.SampleSheet.email
cellFieldError.pattern.list[1].email
cellFieldError.pattern.list.email
cellFieldError.pattern.email
cellFieldError.pattern.java.lang.String
cellFieldError.pattern
@mygreen
Copy link
Owner Author

mygreen commented Oct 30, 2016

fix 1.5.1

@mygreen mygreen closed this as completed Oct 30, 2016
@mygreen mygreen added this to the 1.5.1 milestone Oct 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant