如果你是使用新版的JSPStudio就不会出现这样的问题了.如果有问题,我将很快给你解答。

解决方案 »

  1.   

    在struts-config.xml加入
    <message-resources parameter="com.web.ApplicationResources" />
    其中com.web是ApplicationResources.properties文件所在WEB-INF/classes下的包名
      

  2.   

    按照shoulders(别人都叫我是“猪”)先生的方法配置? 你用了资源文件ApplicationResources.properties吗?
      

  3.   

    shoulders(别人都叫我是“猪”)先生的方法在哪里?
      

  4.   

    没有ApplicationResources.properties文件
      

  5.   

    我在struts-config.xml中Message Resources中配置了 <message-resources parameter="struct2.ApplicationResources" />,然后再在Web.xml中加了
        <init-param>
          <param-name>application</param-name>
          <param-value>struct2.ApplicationResources</param-value>
        </init-param>
    部署报500错误,不得已,把struts1.1/lib下面的所有包都包括进来了,没有500错误了,但是服务器端还是出现跟qdrwx (任我行) 一样的的错误,请教高手!!!
      

  6.   

    错误信息如下:
    [INFO] PropertyMessageResources - -Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
    [INFO] PropertyMessageResources - -Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
    [INFO] PropertyMessageResources - -Initializing, config='org.apache.struts.taglib.bean.LocalStrings', returnNull=true
    [INFO] PropertyMessageResources - -Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
    [INFO] PropertyMessageResources - -Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
    [INFO] PropertyMessageResources - -Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
    [INFO] PropertyMessageResources - -Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true