0 Replies Latest reply on Dec 8, 2004 1:32 AM by nagasats

    Using taglibs with JBoss

    nagasats

      I am using Jboss 3.2.6. Whwn i deployed struts-example application in sun one, it works fine . but the same thing does not work in Jboss.When i run a simple jsp page with tag libs, it gives me the following error.

      org.apache.jasper.JasperException: Unable to compile class for JSP

      Generated servlet error:
      C:\JBoss\jboss-3.2.6\server\default\work\jboss.web\localhost\cwb\org\apache\jsp\jsp\html_002dmultibox_jsp.java:117: _jspx_meth_html_form_0(javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.PageContext) in org.apache.jsp.jsp.html_002dmultibox_jsp cannot be applied to (org.apache.struts.taglib.html.HtmlTag,javax.servlet.jsp.PageContext)
      if (_jspx_meth_html_form_0(_jspx_th_html_html_0, _jspx_page_context))


      Please let me know how to resolve this issue.