Uploaded image for project: 'Cocoon'
  1. Cocoon
  2. COCOON-1500

JSTL support broken in Cocoon 2.1.7

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 2.1.7
    • None
    • Blocks: (Undefined)
    • None
    • Operating System: Linux
      Platform: Other
    • 34590

    Description

      I have upgraded from Cocoon 2.1.5.1 to 2.1.7 and suddenly all JSPs using JSTL
      tags stopped working.

      I tried various versions of Jakarta's taglibs-standard 1.1 but to no avail. It
      seems that expressions like ${variable} are not being interpreted.

      E.g. <c:out value="${somevar}"/> outputs "${somevar}", not contents of variable
      somevar, or in Tomcat generated files in work directory (taglibs-standard
      Out.jsp sample):

          _jspx_th_c_forEach_0.setVar("customer");
          _jspx_th_c_forEach_0.setItems(new String("${customers}"));

      Blam, nothing works.

      Without Cocoon (e.g. when I try same files under Tomcat only) or under Cocoon
      2.1.5.1 on the same appserver/JDK/libs everything works fine.

      I use JDK 1.5.0-2 and Tomcat 5.0.28. I tried latest JDK 1.4.2 which did not make
      any difference.

      Attachments

        Activity

          People

            Unassigned Unassigned
            cthulhoo@gmail.com Andrew Dolgov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: