Knight of the round table

          wansong

          The difference between eclipse and rad

            <context-param>
                  <param-name>contextConfigLocation</param-name>
                  <param-value>
                      classpath:/applicationContext*.xml
                  </param-value>
              </context-param> 
          The snippet above is ok in eclipse but it can't work in RAD. The following configuration can work in RAD.

          <context-param>
                  <param-name>contextConfigLocation</param-name>
                  <param-value>
                      classpath*:/applicationContext*.xml
                  </param-value>
              </context-param>


          public void setDispIndex(Integer dispIndex) {
            this.dispIndex = dispIndex;
           }
          menu11.setDispIndex(1); //it can't work in RAD.
          menu11.setDispIndex(new Integer(1)); // it works in RAD.

          posted on 2010-09-13 11:34 w@ns0ng 閱讀(131) 評論(0)  編輯  收藏


          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          主站蜘蛛池模板: 竹北市| 南宁市| 温宿县| 吴堡县| 永登县| 乳山市| 宜宾市| 平山县| 长乐市| 瑞昌市| 肇庆市| 西贡区| 塔河县| 崇义县| 庆安县| 咸宁市| 儋州市| 福贡县| 大关县| 鹤峰县| 太仆寺旗| 清丰县| 淮安市| 诸暨市| 隆化县| 独山县| 浏阳市| 满城县| 江城| 贵州省| 兴和县| 焉耆| 曲麻莱县| 苍溪县| 武乡县| 浙江省| 金堂县| 库车县| 新巴尔虎左旗| 肥乡县| 仁化县|