我已经编写了一个Java servlet程序,并通过本地Tomcat 7运行它,但它显示以下错误:
Sql errorjava.sql.SQLIntegrityConstraintViolationException: ORA-01400: cannot insert NULL into ("SYSTEM"."PASSMANAGER"."PASS") 当我post的值没有读到password.It时,显示密码为空。
我的源码在以下页面:
http://stackoverflow.com/questions/13889694/the-requested-resource-is-not-available如果有人知道解决方案,请帮助我.
发布于 2012-12-17 13:43:53
更正servlet中的代码.it将会起作用
password=req.getParameter("pass");https://stackoverflow.com/questions/13908325
复制相似问题