SpringMVCDemo icon indicating copy to clipboard operation
SpringMVCDemo copied to clipboard

关于addUser.jsp和MainController

Open LadySansa opened this issue 7 years ago • 0 comments

public String addUserPost(@ModelAttribute("user") UserEntity userEntity)中@ModelAttribute("user") 的user与addUser.jsp的<form:form action="/admin/users/addP" method="post" commandName="user" role="form"> commandName="user"一样,但是为什么我的user会显示红色,我用的idea工具。

LadySansa avatar Mar 27 '18 03:03 LadySansa