当前位置: 代码迷 >> J2SE >> 热血三国网页游戏源码(快)解决思路
  详细解决方案

热血三国网页游戏源码(快)解决思路

热度:388   发布时间:2016-04-24 01:52:02.0
热血三国网页游戏源码(快)
其实我是问个问题的,百度没查到合适的。名字不给力没人看啊。伤不起有木有。。。

  在页面中取到一个oracle数据库(product)中的时间。
  现在想从页面中取到时间再转存到数据库。product.getCreateTime();
如下(ssh)
<label>创建时间</label><input id="product.createTime" name="product.createTime" value="${product.createTime}"type="text" />

在action中取的时候就有问题了。转换不了。怎么办啊

------解决方案--------------------
name="product.createTime" 你后台不会是request.getParameter("product.createTime")吧;
改成name="createTime"试试
  相关解决方案