使用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>
在action中获取product属性返回为null,jsp的代码:<tr>
<td>商品的名称</td>
<td><s:textfield name="pName"/></td>
</tr>
<tr>
<td>商品的价格</td>
<td><s:textfield name="pPrice"/></td>
</tr>
2016-09-22
举报