1 Reply Latest reply on Apr 12, 2005 10:18 AM by errant01

    JSTL not working properly on JBOSS 4.0

    abhi954

      I use the JSTL tags in the JSP. The page works fine on jboss 3.2.2 but after moving the application to JBoss 4.0, the tags don't work properly and an exception is raised everytime the page is called.


      the exceptions are something like

      _jspx_meth_x_out_86(javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.PageContext) in org.apache.jsp.app.CustomerInfoVisa_jsp cannot be applied to (org.apache.taglibs.standard.tag.common.xml.IfTag,javax.servlet.jsp.PageContext)

      can anyone suggest me a remedy?