问题描述
这是一个修改页面,查询出多条数据进行修改,然后提交,我在action中怎么得到这些修改过数据进行保存到数据库<form enctype="multipart/form-data"action="" method="post"name="addModel" id="addModel" /><!-- 通用信息 --><table align="center" width="95%"><tbody><tr><td><table width="95%" border="1" align="left" cellpadding="0"cellspacing="0" bordercolor="#DAF3EE"style="border-collapse: collapse"><s:if test="null != #request.listSchemeNameVo"><tr><s:iterator value="#request.listSchemeNameVo" status="statu"><td width="4%" align="right" class="td13"><s:property value="displayname"/> <span class="redfont">*</span></td><td width="10%" class="td12" colspan=1><input type="text" name="propertyvalue" value='<s:property value="propertyvalue"/>'/></td><s:if test="#statu.modulus(2)==0"></tr><tr></s:if></s:iterator></tr></s:if></table></td></tr></tbody></table><div class="button-div"><input value="确定" class="button" type="button" style="CURSOR: hand" id="subbut" onClick="submitForm('${operate}');"><input value=" 重置 " class="button" type="reset" style="CURSOR: hand" id="initbut"><input value=" 返回 " class="button" type="button" style="CURSOR: hand" id="reback" onClick="if (window.opener) window.close(); else history.back(-1);"></div></form>
解决方案
private obj[] itsget set