struts2 的action 如果获取表单中多条相同对象属性的值? 10
jsp代码<formaction="saveBook"method="post"><tableborder="1"align="center"><thead><tr><t...
jsp代码
<form action="saveBook" method="post">
<table border="1" align="center">
<thead>
<tr>
<td align="center">图书编码</td>
<td align="center">图书名称</td>
<td align="center">图书单价</td>
<td align="center">图书库存</td>
</tr>
</thead>
<tbody>
<tr>
<td><input type="text" name="bookId" value=""/></td>
<td><input type="text" name="bookName" value=""/></td>
<td><input type="text" name="bookPrice" value=""/></td>
<td><input type="text" name="bookStock" value=""/>
</tr>
<tr>
<td><input type="text" name="bookId" value=""/></td>
<td><input type="text" name="bookName" value=""/></td>
<td><input type="text" name="bookPrice" value=""/></td>
<td><input type="text" name="bookStock" value=""/>
</tr>
<tr>
<td colspan="2" align="center"><input type="submit" value="保 存"/></td>
<td colspan="2" align="center"><input type="submit" value="取 消"/></td>
</tr>
</tbody>
</table>
</form>
不使用HttpServletRequest方法。 展开
<form action="saveBook" method="post">
<table border="1" align="center">
<thead>
<tr>
<td align="center">图书编码</td>
<td align="center">图书名称</td>
<td align="center">图书单价</td>
<td align="center">图书库存</td>
</tr>
</thead>
<tbody>
<tr>
<td><input type="text" name="bookId" value=""/></td>
<td><input type="text" name="bookName" value=""/></td>
<td><input type="text" name="bookPrice" value=""/></td>
<td><input type="text" name="bookStock" value=""/>
</tr>
<tr>
<td><input type="text" name="bookId" value=""/></td>
<td><input type="text" name="bookName" value=""/></td>
<td><input type="text" name="bookPrice" value=""/></td>
<td><input type="text" name="bookStock" value=""/>
</tr>
<tr>
<td colspan="2" align="center"><input type="submit" value="保 存"/></td>
<td colspan="2" align="center"><input type="submit" value="取 消"/></td>
</tr>
</tbody>
</table>
</form>
不使用HttpServletRequest方法。 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询