使用rejectValue
时如何将消息参数传递给错误消息?
这似乎不起作用('default.null.message'
需要一个参数):
bookInstance.errors.rejectValue('title', 'default.null.message', ['title'] , 'Title cannot be null')
最佳答案
rejectValue
并不是真的如此。我认为您想改用reject
方法。参见docs here。
使用rejectValue
时如何将消息参数传递给错误消息?
这似乎不起作用('default.null.message'
需要一个参数):
bookInstance.errors.rejectValue('title', 'default.null.message', ['title'] , 'Title cannot be null')
最佳答案
rejectValue
并不是真的如此。我认为您想改用reject
方法。参见docs here。