<action path="/Lookup"
   type="wiley.LookupAction" --> type="Lookup"              name="lookupForm"
   input="/index.jsp">
   <forword name="success" path="/quote.jsp" />
   <forword name="failure" path="/index.jsp" />
 </action> 

解决方案 »

  1.   

    更正:
    <action path="/Lookup"   --> 路径不完整,需要和你的web路径一致,而且action="Lookup" 好像不完整
       type="wiley.LookupAction"               name="lookupForm"
       input="/index.jsp">
       <forword name="success" path="/quote.jsp" />
       <forword name="failure" path="/index.jsp" />
     </action>
      

  2.   

    正在看structs~~~~~帮老兄顶一下
      

  3.   

    <html:form action="Lookup" name="LookupForm" type="wiley.LookupForm">
    ---
    <html:form action="/Lookup" name="LookupForm" type="wiley.LookupForm">