我从jHipster开始。
我创建了一个带有一些JPA验证器的实体,当我尝试保存一个不符合规定的实体时,我得到了400个错误请求(预期)。但是我没有在用户界面中看到任何错误信号。
我看到了请求/响应,并且根本没有错误消息
我没有基本的错误处理吗?
编辑:
好的......我实际上在响应HTTP中看到了错误消息......但界面中没有任何内容。
error: "Bad Request"
exception: "org.springframework.web.bind.MethodArgumentNotValidException"
message: "Validation failed for argument at index 0 in method: public org.springframework.http.ResponseEntity<java.lang.Void> com.hipsterspike.web.rest.ItemResource.update(com.hipsterspike.domain.Item) throws java.net.URISyntaxException, with 1 error(s): [Field error in object 'item' on field 'name': rejected value [null]; codes [NotNull.item.name,NotNull.name,NotNull.java.lang.String,NotNull]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [item.name,name]; arguments []; default message [name]]; default message [may not be null]] "
path: "/api/items"
status: 400
timestamp: 1427493286237