日期:2014-05-20 浏览次数:20607 次
<form method="get" action="insertSortAction.action"> <table> <tr id="att"><td><span>属 性:</span></td>名称:<input type="text" name="attrib.key">值<input type="text" name="attrib.value"></td></tr> <tr id="att"><td><span>属 性:</span></td>名称:<input type="text" name="attrib.key">值<input type="text" name="attrib.value"></td></tr> <tr><td><input type="submit" value="提交"></td></tr> </table> </form>
public class InsertSortAction extends ActionSupport { private List<Attrib> attrib; }