具体情况是:
使用的环境是:Jdk1.5 + Tomcat5.0 + Eclipse3.1问题是:使用Action 说没有找到实例配置如下:
<action path="/Index" type="org.apache.struts.actions.ForwardAction" parameter="/Web/main/login.htm">
</action>
<action path="/PushHandle" type="minc.JSGTE.webapp.action.PushInfoAction" parameter="act" name="PushInfoForm" scope="request"
                validate="false">
<forward name="sendSms" path="/web/queryLog_tag.jsp"/>
<forward name="saveSms" path="/web/topQueryLog_tag.jsp"/>
</action>Index.do没有问题PushHandle.do就出现问题
问题描述如下:
message No action instance for path /PushHandle could be created奇怪的是:在另外电脑上使用就是好的,一到我的电脑上出现问题
我就从没有问题的电脑上复制到本地,还是这个问题.郁闷!!!
谢谢大家分析一下是什么回事

解决方案 »

  1.   

    no class or lose jar
      

  2.   

    class和jar都在啊在另外电脑上使用就是好的,一到我的电脑上出现问题├─WEB-INF
    │  ├─lib
    │  └─classes以上是目录结构
    检查了一下 lib classes 下文件都在
      

  3.   

    <action path="/Index" type="org.apache.struts.actions.ForwardAction" parameter="/Web/main/login.htm">
    </action>
    ======================================
    借问一下:
    这里的parameter可以这么写??
    什么意思??
      

  4.   

    可以,就是直接转向的页面,我只是测试用的.主要是PushHandle.do有问题