关于logic:iterate里面的html:select的取值问题??!
大家过年好!
遇到了一个棘手问题!!!
下面是程序
AAA.jsp
<html:form action="/DestsettlementAction" method="post" >
<logic:iterate id="lst" name="CardInforForm" scope="request" property="lstCardInfor">
<tr>
<td colspan="2"> <bean:message key="cardinfor.number"/>:
<html:select name="lst" property="num" styleClass="control">
<html:option value="0" >0 </html:option>
<html:option value="1" >1 </html:option>
<html:option value="2" >2 </html:option>
<html:option value="3" >3 </html:option>
<html:option value="4" >4 </html:option>
<html:option value="5" >5 </html:option>
<html:option value="6" >6 </html:option>
<html:option value="7" >7 </html:option>
 
相关问答:
css制作的弹出菜单,鼠标移出后菜单消失,我现在想让鼠标移出后菜单保留。就像伊利公司(www.yili.com)一样。
是不是要改菜单弹出的js或css代码。代码如下:就是不知如何改?
function menuFix()
{var sfEls = doc ......
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.IO;
using Syst ......
position:relative不是相对定位吗~~为什么用了边偏移定位后有些人就说是变成了绝对定位了……~~而且它与margin来确定位置有什么不同~~
边偏移定位后有些人就说是变成了绝对定位了
re:
谁说的!真是不象话!positi ......
求一个免费的html编辑器控件做开发用,能够把html控件(文本框,下拉框,按钮等)修改属性或添加数据后动态地加入html编辑器控件,可以所见所得,然后可以保存为一个表单.
我想通过html编辑器控件做自定义表单
fck,cutee ......