Uploaded image for project: 'Geronimo'
  1. Geronimo
  2. GERONIMO-3119

Not properly translating EL

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.0-M4
    • None
    • Tomcat
    • Security Level: public (Regular issues)
    • None
    • Windows

    Description

      EL not processing bean info properly.

      1. Here is some of the code
      <title>Title? ${test.name}</title> <---Not showing correct text
      </head>
      <body>

      <f:view>
      <h:form>
      <h:inputText id="hello" value="#

      {test.name}

      "> <---This shows correctly
      </h:inputText>
      </h:form>
      </f:view></body>

      2. It works fine in just plain Tomcat 6 (using sun jsf/jstl)

      Attachments

        1. gov.wake.library.war
          3 kB
          Bobby Hargett

        Activity

          People

            Unassigned Unassigned
            bhargett Bobby Hargett
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: