问答详情
源自:4-2 编写Action,Service,Dao的类-Struts2整合Spring

使用modeldriven之后在action中获取不到product的属性呢

在action中获取product属性返回为null,jsp的代码:<tr>
   <td>商品的名称</td>
   <td><s:textfield name="pName"/></td>
  </tr>
  <tr>
   <td>商品的价格</td>
   <td><s:textfield name="pPrice"/></td>
  </tr>

提问者:qq_静静的垭口_03935456 2016-09-22 16:21

个回答

  • redstonesl
    2016-09-27 07:38:06

    new上。仔细检查一下  肯定是那块不对了就那两处。

  • qq_静静的垭口_03935456
    2016-09-26 20:35:30

    解决类,实体属性命名规范的问题。改成全小写就好

  • redstonesl
    2016-09-24 17:30:26

    getModel方法需要写上,接口需要实现