从JSP页面中输入的数据为什么没有插入到数据库中 5
这是JSP页面<html:formaction="/control/view/register"method="Post">用户名:<html:textproperty=...
这是JSP页面
<html:form action="/control/view/register" method="Post">
用户名:<html:text property="ru.userName"/>
<html:errors property="ru.userName" header="" prefix="" suffix="" footer=""/><br/>
密码:<html:password property="ru.password"/>
<html:errors property="ru.password" header="" prefix="" suffix="" footer=""/><br/>
确认密码:<html:password property="ru.tpassword"/>
<html:errors property="ru.Tpassword" header="" prefix="" suffix="" footer=""/><br/>
性别:<html:text property="ru.gender"/>
<html:errors property="ru.gender" header="" prefix="" suffix="" footer=""/><br/>
年龄:<html:text property="ru.age"/>
<html:errors property="ru.age" header="" prefix="" suffix="" footer=""/><br/>
出生日期:<html:text property="ru.brithDay"/>
<html:errors property="ru.brithDay" header="" prefix="" suffix="" footer=""/><br/>
家庭住址:<html:text property="ru.address"/>
<html:errors property="ru.address" header="" prefix="" suffix="" footer=""/><br/>
联系电话:<html:text property="ru.phono"/>
<html:errors property="ru.phono" header="" prefix="" suffix="" footer=""/><br/>
<html:submit>注册</html:submit>
</html:form>
</body>
提交给Action不验证,
然后是用的JPA和数据库交互,但是页面的数据没有存进去,每次插入数据库都是NULL,请教大虾们 展开
<html:form action="/control/view/register" method="Post">
用户名:<html:text property="ru.userName"/>
<html:errors property="ru.userName" header="" prefix="" suffix="" footer=""/><br/>
密码:<html:password property="ru.password"/>
<html:errors property="ru.password" header="" prefix="" suffix="" footer=""/><br/>
确认密码:<html:password property="ru.tpassword"/>
<html:errors property="ru.Tpassword" header="" prefix="" suffix="" footer=""/><br/>
性别:<html:text property="ru.gender"/>
<html:errors property="ru.gender" header="" prefix="" suffix="" footer=""/><br/>
年龄:<html:text property="ru.age"/>
<html:errors property="ru.age" header="" prefix="" suffix="" footer=""/><br/>
出生日期:<html:text property="ru.brithDay"/>
<html:errors property="ru.brithDay" header="" prefix="" suffix="" footer=""/><br/>
家庭住址:<html:text property="ru.address"/>
<html:errors property="ru.address" header="" prefix="" suffix="" footer=""/><br/>
联系电话:<html:text property="ru.phono"/>
<html:errors property="ru.phono" header="" prefix="" suffix="" footer=""/><br/>
<html:submit>注册</html:submit>
</html:form>
</body>
提交给Action不验证,
然后是用的JPA和数据库交互,但是页面的数据没有存进去,每次插入数据库都是NULL,请教大虾们 展开
1个回答
展开全部
看看 execute 方法中的 Form 对象中的属性是否为空,如果这里不为空,说明
不是页面传值的问题,是你的DAO方法写的有问题
不是页面传值的问题,是你的DAO方法写的有问题
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |