struts-<html:select>显示数据库值问题
后台servlet:Vectoroptions=newVector();while(results.next()){options.add(newLabelValueBe...
后台servlet:
Vector options = new Vector();
while (results.next()) {
options.add(new LabelValueBean(results.getString(1),results.getString(1)));
}
request.setAttribute ("options", options);
把从数据库里得到的一列发送到前台jsp
前台jsp得到options数组:
<%
Vector options=(Vector)request.getAttribute("options") ;
%>
但是我得到后始终无法显示到:
<html:select property="options">
<html:options collection="${options}" labelProperty="value" property="label"/>
</html:select>
这里<html:select>标签是怎么写呢,才能显示出数据库的数据.各位大侠,救救小弟吧.55555...先谢过了. 展开
Vector options = new Vector();
while (results.next()) {
options.add(new LabelValueBean(results.getString(1),results.getString(1)));
}
request.setAttribute ("options", options);
把从数据库里得到的一列发送到前台jsp
前台jsp得到options数组:
<%
Vector options=(Vector)request.getAttribute("options") ;
%>
但是我得到后始终无法显示到:
<html:select property="options">
<html:options collection="${options}" labelProperty="value" property="label"/>
</html:select>
这里<html:select>标签是怎么写呢,才能显示出数据库的数据.各位大侠,救救小弟吧.55555...先谢过了. 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询