kingmove

  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理 ::
  2 随笔 :: 9 文章 :: 1 评论 :: 0 Trackbacks

方法一:

Jsp
中:

<html:select property="resultEx" >

    <html:optionsCollection name="requestNums"/>

</html:select>

 

Bean 中:

List<LabelValueBean> nums= new ArrayList<LabelValueBean>();

    for (Short i=1;i<=29;i++){

         nums.add( new LabelValueBean(SysUtil.trimBall(i, "" ),i+ "" ));

    }

    this . req .setAttribute( "requestNums" , nums);

posted on 2006-12-25 09:09 KingMove 阅读(563) 评论(0)  编辑  收藏 所属分类: Struts

只有注册用户登录后才能发表评论。


网站导航:
博客园   IT新闻   Chat2DB   C++博客   博问