你的action没有mapping 当然。。全是空白了!~

解决方案 »

  1.   

    <action-mappings>  
           <action  name="untitled1ActionForm"  type="st3.Untitled1Action"  input="/input.jsp"  scope="session"  path="/untitled1Action"  />  
       </action-mappings> 这样不正确??
    要如何设置
      

  2.   

    加入:<forward name="/untitled1Action" path="/input.jsp"/>
      

  3.   

    把return (actionMapping.findForward ("input"));
    改成
    return mapping.getInputForward();
      

  4.   

    楼上的几位看清楚了,config里面有:
      <global-forwards>  
           <forward  name="input"  path="/input.jsp"  />  
       </global-forwards>  
    没用过2005,不过不明白楼主的括号怎么都那样?jb弄得?
      

  5.   

    我用你写的代码在eclipse下建立了个web程序,运行没有问题。
    顺便说一句,你可以把struts下的包都copy过去看看。
      

  6.   

    TO : nullhue(dream.vision.realiz) 我把struts目录放在D:\JBuilder2005\extras\struts124应该可以了吧。请大家帮忙。
    在次声明我的环境是jb2005+struts 1.2.4大家看看是我的程序错误还是运行环境的错误。如果分数不够,我开帖加分!!!
    环境最好使用struts 1.2.4大家研究一下是不是他那里有什么新的功能没有注意那。