从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,请教大虾们
展开
 我来答
liyingjie1
2009-10-22 · TA获得超过236个赞
知道小有建树答主
回答量:197
采纳率:0%
帮助的人:159万
展开全部
看看 execute 方法中的 Form 对象中的属性是否为空,如果这里不为空,说明

不是页面传值的问题,是你的DAO方法写的有问题
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式