3 Replies Latest reply on Jul 9, 2002 11:00 AM by xanders

    Problem with struts

    rkprasan

      Hi,

      I've a application using struts.

      I am trying to deploy the application in jboss.

      I've the tld's and struts config files in WEB-INF folder.

      The struts jar file are there in server/lib folder.

      I am getting the following error ? What can be the problem?

      ************************************

      2002-06-28 13:54:36,005 WARN [org.jboss.jetty.Jetty] WARNING: Servlet Exception for /TSI/TsiInfoPage.jsp
      javax.servlet.jsp.JspException: Cannot find ActionMappings or ActionFormBeans collection
      at org.apache.struts.taglib.html.FormTag.lookup(FormTag.java:773)
      at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:481)
      at org.apache.jsp.TsiInfoPage$jsp._jspService(TsiInfoPage$jsp.java:113)
      at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
      at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:201)
      at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:381)
      at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:473)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
      at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:371)
      at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java(Compiled Code))
      at org.mortbay.http.HttpContext.handle(HttpContext.java(Compiled Code))
      at org.mortbay.http.HttpContext.handle(HttpContext.java(Compiled Code))
      at org.mortbay.http.HttpServer.service(HttpServer.java(Compiled Code))
      at org.jboss.jetty.Jetty.service(Jetty.java(Compiled Code))
      at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java(Compiled Code))
      at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java(Compiled Code))
      at org.mortbay.http.HttpConnection.handle(HttpConnection.java(Compiled Code))
      at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:151)
      at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:287)
      at org.mortbay.util.ThreadPool$JobRunner.run(ThreadPool.java:715)
      at java.lang.Thread.run(Thread.java:512)


      *****************************

      Regards,
      K.Prasanna