You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Bobby Hargett (JIRA)" <ji...@apache.org> on 2007/04/26 22:02:15 UTC

[jira] Updated: (GERONIMO-3119) Not properly translating EL

     [ https://issues.apache.org/jira/browse/GERONIMO-3119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bobby Hargett updated GERONIMO-3119:
------------------------------------

    Attachment: gov.wake.library.war

Here is a war file to show the problem.

> Not properly translating EL
> ---------------------------
>
>                 Key: GERONIMO-3119
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3119
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>    Affects Versions: 2.0-M4
>         Environment: Windows
>            Reporter: Bobby Hargett
>         Attachments: gov.wake.library.war
>
>
> 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)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.