我认为,我应该采取控制行动,但春季在我尝试并利用@RequestParam在控制人的行动中抱怨。 是否不允许采用吉大港山区项目方案项目设计方法,以及春季为什么拒绝这一方法?
@RequestMapping(value = "/{helpDocumentId}/vote", method = RequestMethod.PUT)
public void voteHelpfulness(@PathVariable long helpDocumentId, @RequestParam boolean isHelpful) {
helpManager.voteOnHelpDocument(helpDocumentId, isHelpful);
}
在处决时,它犯了这一错误:
org.springframework.web.bind.MissingServletRequestParameterException: Required boolean parameter isHelpful is not present
当然,有<代码>isHelpful参数IS。 我可以把上述法典完美地适用于吉大港定居人士协会,因此我知道这个问题。
$.ajax({
url: "/help/" + helpDocumentId + "/vote.json",
type: "PUT",
data: {
isHelpful: isHelpful
},
success: function(response) {
// ....
}
});
标准设计是否正确? 这项行动修改了<条码>求助文件条码>,但并未形成。