<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    posts - 89,  comments - 98,  trackbacks - 0
      html:options是Struts中比較復雜的一個tage lib,用法靈活,但是Sturts提供的源碼exercise taglib中沒有提出常用jsp+ActionForm這樣形式的最直接的總結,現從中總結如下,分兩種情況:數組和Collection。
      
      需求,要達到:
      <select name="beanCollectionSelect" multiple="multiple" size="10">
      <option value="value 0">Label 0</option>
      <option value="value 1" selected="selected">Label 1</option>
      <option value="value 2">Label 2</option>
      <option value="value 3" selected="selected">Label 3</option>
      <option value="value 4">Label 4</option>
      <option value="value 5" selected="selected">Label 5</option>
      <option value="value 6">Label 6</option>
      <option value="value 7">Label 7</option>
      <option value="value 8">Label 8</option>
      <option value="value 9">Label 9</option></select>
      
      要實現上述效果,需要兩步:
      第一:設置ActionForm,
      也分兩小步:第一小步必須在ActionForm中,有一句
      private Collection beanCollection;
      public Collection getBeanCollection();
      
      Collection beanCollection要確保是一個實現,如ArrayList,如果不是則會報No collection found的錯誤,Struts的最大不方便就是一旦出問題,定位很難,不知道什么地方使用錯誤,或忘記設置什么了。
      
      因為前面需求中option的value值和label值不一樣,那么在beanCollection中保存的就是一個value和label組成的對象,名為LabelvalueBean,在LabelvalueBean中有兩個屬性value和label,
      
      在程序某個地方要為beanCollection賦值,如:
      
      Vector entries = new Vector(10); 
      entries.add(new LabelvalueBean("Label 0", "value 0"));     
      entries.add(new LabelvalueBean("Label 1", "value 1"));     
      entries.add(new LabelvalueBean("Label 2", "value 2"));     
      entries.add(new LabelvalueBean("Label 3", "value 3"));     
      entries.add(new LabelvalueBean("Label 4", "value 4"));      
      entries.add(new LabelvalueBean("Label 5", "value 5"));     
       entries.add(new LabelvalueBean("Label 6", "value 6"));      
      entries.add(new LabelvalueBean("Label 7", "value 7"));      
      entries.add(new LabelvalueBean("Label 8", "value 8"));      
      entries.add(new LabelvalueBean("Label 9", "value 9"));
      
      然后執行setBeanCollection(entries);
      這樣ActionForm中的beanCollection算有值了。
      第二小步,需要設置Selected,selected有兩種,單選和多選:
      在ActionForm中必須有:
      
      private String singleSelect = "Single 5"; 
      public String getSingleSelect()
       {
         return (this.singleSelect);
        } 
      public void setSingleSelect(String singleSelect)
       {
         this.singleSelect = singleSelect;
        }
      
      或多選,多選必須是數組:
      
      private String[] beanCollectionSelect = { "value 1", "value 3",
                             "value 5" }; 
      public String[] getBeanCollectionSelect() {
        return (this.beanCollectionSelect);  }
        public void setBeanCollectionSelect(String beanCollectionSelect[])
       {
          this.beanCollectionSelect = beanCollectionSelect;
        }
      
      第二:在Jsp中寫入tang lib語句如下:
      
      <html:select property="beanCollectionSelect" size="10" multiple="true">
          <html:optionsCollection name="testbean" property="beanCollection"/>  
       </html:select>
      
      其中testbean是ActionForm的名稱。
      
      以上是html:options的Collection解決方案,如果option值很少,簡單地可以實現為數組,兩步:
      第一:在ActionForm中,
      
      private String values[] =
         { "Magazine", "Journal", "News Paper","Other" }; 
      private String labels[] =
         { "L-Magazine", "L-Journal", "L-News Paper","L-Other"};
        private String selected = "Magazine";  
      public String getSelected()
      {
         return selected;
        }  
      public void setSelected(String selected)
      {
         this.selected = selected;
        } 
      public String[] getvalues()
      {
         return values;
        }  
      public void setvalues(String[] values)
      {   this.values = values;
        } 
      public String[] getLabels()
      {
         return values;
        }  
      public void setLabels(String[] labels)
      {
         this.labels = labels;
        }
      
      第二步在jsp中:
      
      <html:select property="selected" >     
      <html:options name="testbean" property="values" labelProperty="label"/>   </html:select>
      
      Struts標簽庫的使用還是需要小心,不必完全使用Struts的標簽庫,個人感覺Struts這種替代Html語句的標簽庫有一種牽強附會,給使用者掌握帶來難度,使用者除熟悉html外,還必須理解Struts的對應標簽庫用法,而且這種調試出錯,問題也無法準確定位,總是抽象地告訴你,no bean 或no form
    posted on 2007-02-11 22:03 水煮三國 閱讀(674) 評論(0)  編輯  收藏 所屬分類: Struts
    <2007年2月>
    28293031123
    45678910
    11121314151617
    18192021222324
    25262728123
    45678910

    常用鏈接

    留言簿(4)

    隨筆分類(85)

    隨筆檔案(89)

    文章分類(14)

    文章檔案(42)

    收藏夾(37)

    java

    oracle

    Sybase

    搜索

    •  

    積分與排名

    • 積分 - 210940
    • 排名 - 266

    最新評論

    閱讀排行榜

    評論排行榜

    主站蜘蛛池模板: 久久精品国产亚洲AV网站| 婷婷亚洲天堂影院| 亚洲国产精品一区二区久久| 亚洲精品偷拍视频免费观看| 亚洲精品NV久久久久久久久久| 男人的天堂av亚洲一区2区| 午夜免费福利网站| 精品亚洲国产成人av| 日韩高清免费观看| 免费看一级一级人妻片| 亚洲国产香蕉人人爽成AV片久久| 一级女性全黄久久生活片免费| 亚洲精品无码日韩国产不卡?V | 在线a亚洲老鸭窝天堂av高清| 久久久久久久91精品免费观看| 亚洲一级片在线观看| 好爽…又高潮了毛片免费看| 亚洲AV无码成人网站在线观看| 免费欧洲毛片A级视频无风险| 无码日韩人妻AV一区免费l | 国产免费网站看v片在线| 亚洲视频在线观看| 无码中文字幕av免费放| 女bbbbxxxx另类亚洲| 亚洲亚洲人成综合网络| 久久久久免费看成人影片| 亚洲精品伊人久久久久| 波多野结衣一区二区免费视频| 国产黄色免费观看| 亚洲综合色一区二区三区小说| 成人男女网18免费视频| ww在线观视频免费观看w| 久久久无码精品亚洲日韩按摩| 女人18特级一级毛片免费视频| 一边摸一边桶一边脱免费视频 | 色多多免费视频观看区一区| 亚洲乱码一区二区三区在线观看| 黄在线观看www免费看| 四虎精品成人免费视频| 亚洲成a人片在线观看中文app| 国产一区视频在线免费观看|