jsp 中struts 标签问题
<html:formaction="/cart2"method="post"><tableborder=1pxclass="datalist"id="ta"><logic...
<html:form action="/cart2" method="post" >
<table border=1px class="datalist" id="ta">
<logic:present name="cl">
<tr><th>商品编号<br></th><th>商品名称<br></th><th>商品价格<br></th><th>购买数量<br></th><th>小计<br></th><th>取消<br></th></tr>
<logic:iterate id="c" name="cl">
<tr>
<td><bean:write name="c" property="m_id" /><html:hidden name="c" property="m_id"/></td>
<td><bean:write name="c" property="m_name"/></td>
<td><bean:write name="c" property="m_price"/></td>
<td><html:text name="c" property="m_num" size="5" onchange="fun(我想从这里传我修改的记录m_id的值);"/><br></td>
<td><bean:write name="c" property="m_csum"/></td>
<td><input type="button" value="取消" class="btn"/></td>
</tr>
</logic:iterate>
</logic:present>
</table>
购物款总计:${dsum }<br>
<input type="text" id="mm">
<html:link forward="show">继续购物</html:link>
<html:submit/><html:cancel/>
</html:form>
不好意思啊
这个问题我自己解决了 展开
<table border=1px class="datalist" id="ta">
<logic:present name="cl">
<tr><th>商品编号<br></th><th>商品名称<br></th><th>商品价格<br></th><th>购买数量<br></th><th>小计<br></th><th>取消<br></th></tr>
<logic:iterate id="c" name="cl">
<tr>
<td><bean:write name="c" property="m_id" /><html:hidden name="c" property="m_id"/></td>
<td><bean:write name="c" property="m_name"/></td>
<td><bean:write name="c" property="m_price"/></td>
<td><html:text name="c" property="m_num" size="5" onchange="fun(我想从这里传我修改的记录m_id的值);"/><br></td>
<td><bean:write name="c" property="m_csum"/></td>
<td><input type="button" value="取消" class="btn"/></td>
</tr>
</logic:iterate>
</logic:present>
</table>
购物款总计:${dsum }<br>
<input type="text" id="mm">
<html:link forward="show">继续购物</html:link>
<html:submit/><html:cancel/>
</html:form>
不好意思啊
这个问题我自己解决了 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询