0 Replies Latest reply on Jun 19, 2013 10:12 AM by nilesh.patidar

    org.apache.jasper.JasperException: c.tld

    nilesh.patidar

      Hi,

      i am working on weblogic to jboss migration, i have done the all config change and successfully deploy the application on jboss 5.2.

       

      While trying to  Open JSP file  I am having the below issue  :

      • org.apache.jasper.JasperException: /cac/common/Taglibs.jsp(12,0) According to TLD or attribute directive in tag file, attribute test does not accept any expressions

       

      I have tried having the version  of

      <taglib>

      <tlib-version>1.0</tlib-version>

        <jsp-version>1.1</jsp-version>

      <short-name>c</short-name>

        <uri>http://java.sun.com/jstl/core</uri>

        <display-name>JSTL core</display-name>

        <description>JSTL 1.1 core library</description>

       

      <tlib-version>1.1</tlib-version>

      <jsp-version>1.2</jsp-version>

       

      Tried changing

        <uri>http://java.sun.com/jstl/core</uri>

        <uri>http://java.sun.com/jstl/core-rt</uri>

       

      But gives same error  .

       

      Please help me know what else needs to be changed,

       

      Please find the attached c.tld and Taglibs.jsp