1 Reply Latest reply on May 13, 2002 11:55 PM by franckl

    Configuration of Jboss 3.0 rc1 with Webwork

    franckl

      Trying to integrate Webwork 1.0.2 in Jboss 3.0Rc1, got a problem as the application server cannot find the taglib library.
      Our JSP pages are creating errors:
      type Exception report

      message Internal Server Error

      description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request.

      exception

      org.apache.jasper.JasperException: No such tag if in the tag library imported with prefix webwork
      at org.apache.jasper.compiler.TagLibraries.isUserDefinedTag (TagLibraries.java:97)
      at org.apache.jasper.compiler.Parser$Tag.accept(Parser.java:821)
      ............

      The taglib is present and defined in the WEB-INF directory, but no the server does not see it....

      Any idea about the reason ??

      Thanks