http://www.gougou.com/search?search=struts%20spring%20Hibernate&restype=-1&id=10000000&ty=0&pattern=0要用迅雷下载

解决方案 »

  1.   

    在struts.xml中引用资源文件,和其他的资源文件一样,然后用getText方法获得资源信息。
      

  2.   

    是的,我用过getText方法来获取.可是还是没有  比如我用    Systemout.pringln(getText("myPoper"));   打出来,居然是myPoper     你能不能写得详细一点..或许我哪里写错了..
      

  3.   

    在struts.xml文件中使用下面的代码设一下资源文件路径
    <constant name="struts.custom.i18n.resources"
    value="struts" />
      

  4.   

    没必要引用struts.properties的内容吧
    可以配置其它的资源文件呀,这个方法就多了,不一定要用struts2的
    可以自己写呀,也不麻烦